Home
last modified time | relevance | path

Searched refs:old_pointer_space_size (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/oom_dump/
Doom_dump.cc169 const int old_pointer_space_size = READ_FIELD(3); in DumpHeapStats() local
229 PRINT_MB_STAT(old_pointer_space_size); in DumpHeapStats()
/external/v8/src/
Dheap.h2076 intptr_t* old_pointer_space_size; // 3 variable
Dapi.cc159 intptr_t old_pointer_space_size; in FatalProcessOutOfMemory() local
160 heap_stats.old_pointer_space_size = &old_pointer_space_size; in FatalProcessOutOfMemory()
Dheap.cc5633 *stats->old_pointer_space_size = old_pointer_space_->SizeOfObjects(); in RecordStats()