Lines Matching refs:heap
9 #include "src/heap/heap-inl.h"
10 #include "src/heap/local-factory-inl.h"
75 isolate()->heap()->SetRootScriptList(*list);
81 Heap* heap = isolate()->heap();
86 // TODO(mvstanton): consider treating the heap()->allocation_sites_list()
89 if (heap->allocation_sites_list() == Smi::zero()) {
90 site->set_weak_next(ReadOnlyRoots(heap).undefined_value());
92 site->set_weak_next(heap->allocation_sites_list());
94 heap->set_allocation_sites_list(*site);
143 isolate()->heap()->NewPersistentHandle(script));