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

  /external/v8/src/
heap.h 260 static OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]
heap.cc 369 CollectGarbage(0, OLD_POINTER_SPACE);
433 case OLD_POINTER_SPACE:
491 PagedSpace* old_pointer_space = Heap::old_pointer_space(); local
504 if (!old_pointer_space->ReserveSpace(pointer_space_size)) {
505 Heap::CollectGarbage(pointer_space_size, OLD_POINTER_SPACE);
    [all...]

Completed in 338 milliseconds