HomeSort by relevance Sort by last modified time
    Searched refs:map_space_size (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
heap.h 1149 int *map_space_size; member in class:v8::internal::HeapStats
    [all...]
heap.cc 487 int map_space_size,
516 if (!(map_space->ReserveSpace(map_space_size))) {
517 Heap::CollectGarbage(map_space_size, MAP_SPACE);
531 large_object_size += cell_space_size + map_space_size + code_space_size +
    [all...]
api.cc 149 int map_space_size; local
150 heap_stats.map_space_size = &map_space_size;
    [all...]

Completed in 33 milliseconds