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

  /external/v8/test/cctest/
test-mark-compact.cc 97 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
100 CHECK(Heap::InSpace(*array, OLD_POINTER_SPACE));
114 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
137 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
149 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
185 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
199 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
267 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
319 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
337 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
    [all...]
test-spaces.cc 104 OldSpace faked_space(Heap::MaxReserved(), OLD_POINTER_SPACE, NOT_EXECUTABLE);
186 OLD_POINTER_SPACE,
test-heap.cc 191 CHECK_EQ(OLD_POINTER_SPACE,
193 OLD_POINTER_SPACE)->allocation_space());
370 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
380 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
417 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
769 // Allocate a JS array to OLD_POINTER_SPACE and NEW_SPACE
test-serialize.cc 398 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
512 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
  /external/v8/src/
heap-inl.h 56 retry_space == OLD_POINTER_SPACE ||
78 if (OLD_POINTER_SPACE == space) {
193 return (space == OLD_POINTER_SPACE)
216 ? OLD_POINTER_SPACE
219 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE;
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...]
mksnapshot.cc 249 partial_ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE),
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...]
globals.h 289 OLD_POINTER_SPACE, // May contain pointers to new space.
298 FIRST_PAGED_SPACE = OLD_POINTER_SPACE,
heap.h 260 static OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]

Completed in 153 milliseconds