Home
last modified time | relevance | path

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

/external/v8/tools/oom_dump/
Doom_dump.cc175 const int map_space_size = READ_FIELD(9); in DumpHeapStats() local
235 PRINT_MB_STAT(map_space_size); in DumpHeapStats()
/external/v8/src/
Dheap.h1310 int map_space_size,
2082 intptr_t* map_space_size; // 9 variable
Dheap.cc608 int map_space_size, in ReserveSpace() argument
643 if (!(map_space->ReserveSpace(map_space_size))) { in ReserveSpace()
659 large_object_size += cell_space_size + map_space_size + code_space_size + in ReserveSpace()
5639 *stats->map_space_size = map_space_->SizeOfObjects(); in RecordStats()
Dapi.cc171 intptr_t map_space_size; in FatalProcessOutOfMemory() local
172 heap_stats.map_space_size = &map_space_size; in FatalProcessOutOfMemory()