Lines Matching refs:heap
10 #include "src/heap/combined-heap.h"
11 #include "src/heap/heap-write-barrier-inl.h"
12 #include "src/heap/read-only-heap.h"
98 // - --verify-heap will iterate over all gc spaces and call ObjectVerify() on
145 CHECK(IsValidHeapObject(isolate->heap(), HeapObject::cast(p)));
324 CHECK(IsValidHeapObject(isolate->heap(), HeapObject::cast(p)));
331 CHECK(IsValidCodeObject(isolate->heap(), HeapObject::cast(p)));
483 Heap* heap = isolate->heap();
488 static_cast<size_t>(instance_size()) < heap->Capacity()));
996 Heap* heap = isolate->heap();
1011 CHECK(number == ReadOnlyRoots(heap).nan_value() ||
1012 number == ReadOnlyRoots(heap).hole_nan_value());
1022 ReadOnlyRoots roots(heap);
1088 Code the_code = isolate->heap()->GcSafeFindCodeForInnerPointer(
1129 isolate->heap()->InSpace(*this, CODE_LO_SPACE));
1740 Heap* heap = isolate->heap();
1741 if (*this == ReadOnlyRoots(heap).empty_enum_cache()) {
1742 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), keys());
1743 CHECK_EQ(ReadOnlyRoots(heap).empty_fixed_array(), indices());