Lines Matching refs:heap
10 #include "src/heap/heap-inl.h" // For Space::identity().
11 #include "src/heap/memory-chunk-inl.h"
12 #include "src/heap/read-only-heap.h"
32 hot_objects_(isolate->heap()),
36 deferred_objects_(isolate->heap()),
37 forward_refs_per_pending_object_(isolate->heap()),
41 back_refs_(isolate->heap()),
42 stack_(isolate->heap())
406 // decompress map field of off-heap Code object.
485 // Serialize the off-heap backing store.
491 "Off-heap resizable backing store");
493 sink_->Put(kOffHeapBackingStore, "Off-heap backing store");
676 explicit UnlinkWeakNextScope(Heap* heap, HeapObject object) {
677 Isolate* isolate = heap->isolate();
711 PrintF(" Deferring heap object: ");
724 PrintF(" Encoding heap object: ");
736 // Only clear padding for strings outside the read-only heap. Read-only heap
790 // obects, as "normal" objects vs large objects is a heap implementation
838 PrintF(" Deferred heap object ");
846 PrintF(" Encoding deferred heap object\n");
853 UnlinkWeakNextScope unlink_weak_next(isolate()->heap(), raw);
1240 // off-heap objects, so we have to get the relocation info data via the
1241 // on-heap code object.
1261 // Now serialize the wiped off-heap Code, as length + data.
1303 // Finally serialize all RelocInfo objects in the on-heap Code, knowing that
1321 Serializer::HotObjectsList::HotObjectsList(Heap* heap) : heap_(heap) {
1322 strong_roots_entry_ = heap->RegisterStrongRoots(