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

  /external/v8/src/
mark-compact.cc 627 HeapObjectIterator old_pointer_it(Heap::old_pointer_space(),
752 } else if (Heap::old_pointer_space()->Contains(obj)) {
897 ASSERT(target_space == Heap::old_pointer_space() ||
911 return Heap::old_pointer_space()->MCAllocateRaw(object_size);
    [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...]
heap.h 260 static OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]
serialize.cc 660 case (base_tag) + OLD_POINTER_SPACE: /* NOLINT */ \
705 case OBJECT_SERIALIZATION + OLD_POINTER_SPACE:
706 ReadObject(OLD_POINTER_SPACE, Heap::old_pointer_space(), current++);
    [all...]

Completed in 120 milliseconds