#include "v8.h"#include "macro-assembler.h"#include "mark-compact.h"#include "platform.h"ネームスペース | |
| namespace | v8 |
| namespace | v8::internal |
マクロ定義 | |
| #define | ASSERT_SEMISPACE_ALLOCATION_INFO(info, space) |
関数 | |
| static int | v8::internal::PagesInChunk (Address start, size_t size) |
変数 | |
| const int | v8::internal::kEstimatedNumberOfChunks = 270 |
| #define ASSERT_SEMISPACE_ALLOCATION_INFO | ( | info, | ||
| space | ||||
| ) |
ASSERT((space).low() <= (info).top \ && (info).top <= (space).high() \ && (info).limit == (space).high())
参照元 v8::internal::NewSpace::Double(), v8::internal::NewSpace::MCCommitRelocationInfo(), v8::internal::NewSpace::MCResetRelocationInfo(), v8::internal::NewSpace::ResetAllocationInfo(), と v8::internal::NewSpace::Setup().
1.7.1