HomeSort by relevance Sort by last modified time
    Searched defs:cell_space (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
heap.h 503 CellSpace* cell_space() { return cell_space_; } function in class:v8::internal::Heap
    [all...]
heap.cc 616 PagedSpace* cell_space = Heap::cell_space(); local
648 if (!(cell_space->ReserveSpace(cell_space_size))) {
649 AbortIncrementalMarkingAndCollectGarbage(this, CELL_SPACE,
    [all...]

Completed in 79 milliseconds