Lines Matching refs:heap
33 #include "src/heap/factory.h"
34 #include "src/heap/heap.h"
35 #include "src/heap/read-only-heap.h"
86 namespace heap {
88 } // namespace heap
613 // Page allocator that must be used for allocating V8 heap pages.
822 // Count the number of active deserializers, so that the heap verifier knows
957 heap()->FatalProcessOutOfMemory(location);
1121 Heap* heap() { return &heap_; }
1122 const Heap* heap() const { return &heap_; }
1124 static Isolate* FromHeap(Heap* heap) {
1125 return reinterpret_cast<Isolate*>(reinterpret_cast<Address>(heap) -
1670 // shared heap object cache holds objects in shared among Isolates. Otherwise
2074 // Set to true if this isolate is used as shared heap. This field must be set
2389 // A signal-safe vector of heap pages containing code. Used with the
2414 friend class heap::HeapTester;