Lines Matching full:heap
30 #include "heap-profiler.h"
33 #include "heap-snapshot-generator-inl.h"
38 HeapProfiler::HeapProfiler(Heap* heap)
39 : ids_(new HeapObjectsMap(heap)),
40 names_(new StringsStorage(heap)),
60 names_.Reset(new StringsStorage(heap()));
94 HeapSnapshotGenerator generator(result, control, resolver, heap());
122 heap()->DisableInlineAllocation();
136 heap()->EnableInlineAllocation();
191 heap()->isolate()->global_handles()->SetRetainedObjectInfo(id, info);
196 heap()->CollectAllGarbage(Heap::kMakeHeapIterableMask,
200 HeapIterator iterator(heap(), HeapIterator::kFilterUnreachable);
208 // Can't break -- kFilterUnreachable requires full heap traversal.