Lines Matching refs:heap
27 #include "src/heap/combined-heap.h"
28 #include "src/heap/heap-inl.h"
1055 return isolate_->heap()->MonotonicallyIncreasingTimeInMs() * 1000;
1383 // to leave logging functions free from heap allocations.
1831 EnumerateCompiledFunctions(Heap* heap) {
1832 HeapObjectIterator iterator(heap);
1836 Isolate* isolate = heap->isolate();
1838 // Iterate the heap to find JSFunctions and record their optimized code.
1864 Script::Iterator script_iterator(heap->isolate());
1869 SharedFunctionInfo::ScriptIterator sfi_iterator(heap->isolate(), script);
1897 Heap* heap = isolate_->heap();
1898 HeapObjectIterator iterator(heap);
1925 Heap* heap = isolate_->heap();
1926 CombinedHeapObjectIterator iterator(heap);
2200 Heap* heap = isolate_->heap();
2201 HeapObjectIterator iterator(heap);
2221 Heap* heap = isolate_->heap();
2224 compiled_funcs = EnumerateCompiledFunctions(heap);
2226 // During iteration, there can be heap allocation due to
2250 HeapObjectIterator iterator(heap);