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

  /external/v8/src/
heap.h 1151 int *cell_space_size; member in class:v8::internal::HeapStats
    [all...]
heap.cc 488 int cell_space_size,
520 if (!(cell_space->ReserveSpace(cell_space_size))) {
521 Heap::CollectGarbage(cell_space_size, CELL_SPACE);
531 large_object_size += cell_space_size + map_space_size + code_space_size +
    [all...]
api.cc 153 int cell_space_size; local
154 heap_stats.cell_space_size = &cell_space_size;
    [all...]

Completed in 35 milliseconds