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 395 OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]
heap.cc 452 CollectGarbage(OLD_POINTER_SPACE);
473 if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR)) {
565 PagedSpace* old_pointer_space = Heap::old_pointer_space(); local
578 if (!old_pointer_space->ReserveSpace(pointer_space_size)) {
579 Heap::CollectGarbage(OLD_POINTER_SPACE);
    [all...]

Completed in 168 milliseconds