Searched refs:HeapIterator (Results 1 – 14 of 14) sorted by relevance
177 HeapIterator iterator(heap(), HeapIterator::kFilterUnreachable); in FindHeapObjectById()
489 HeapIterator iterator(heap_); in UpdateHeapObjectsMap()558 HeapIterator iterator(heap_); in FindUntrackedObjects()975 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount()1885 HeapIterator iterator(heap_, HeapIterator::kFilterUnreachable); in IterateAndExtractSinglePass()2605 HeapIterator iterator(heap_, HeapIterator::kFilterUnreachable); in SetProgressTotal()
1595 HeapIterator iterator(heap); in EnumerateCompiledFunctions()1689 HeapIterator iterator(heap); in LogCodeObjects()1769 HeapIterator iterator(heap); in LogAccessorCallbacks()
336 int EstimateObjectsCount(HeapIterator* iterator);
977 HeapIterator iterator(heap); in ReplaceCodeObject()1053 HeapIterator iterator(shared_info->GetHeap()); in IterateJSFunctions()1903 HeapIterator iterator(heap); in FindActiveGenerators()
603 HeapIterator iterator(heap); in ScriptCache()1947 HeapIterator iterator(heap); in PrepareForBreakPoints()2092 HeapIterator iterator(heap); in FindSharedFunctionInfoInScript()
13170 static int DebugReferencedBy(HeapIterator* iterator, in DebugReferencedBy()13263 HeapIterator heap_iterator(heap); in RUNTIME_FUNCTION()13274 HeapIterator heap_iterator(heap); in RUNTIME_FUNCTION()13290 static int DebugConstructedBy(HeapIterator* iterator, in DebugConstructedBy()13341 HeapIterator heap_iterator(heap); in RUNTIME_FUNCTION()13354 HeapIterator heap_iterator2(heap); in RUNTIME_FUNCTION()13450 static int FindSharedFunctionInfosForScript(HeapIterator* iterator, in FindSharedFunctionInfosForScript()13495 HeapIterator heap_iterator(heap); in RUNTIME_FUNCTION()13502 HeapIterator heap_iterator(heap); in RUNTIME_FUNCTION()14564 HeapIterator iterator(heap); in Runtime_GetScriptFromScriptName()
4955 HeapIterator iterator(this); in RecordStats()5601 HeapIterator::HeapIterator(Heap* heap) in HeapIterator() function in v8::internal::HeapIterator5605 filtering_(HeapIterator::kNoFiltering), in HeapIterator()5611 HeapIterator::HeapIterator(Heap* heap, in HeapIterator() function in v8::internal::HeapIterator5612 HeapIterator::HeapObjectsFiltering filtering) in HeapIterator()5622 HeapIterator::~HeapIterator() { Shutdown(); } in ~HeapIterator()5625 void HeapIterator::Init() { in Init()5639 void HeapIterator::Shutdown() { in Shutdown()5656 HeapObject* HeapIterator::next() { in next()5665 HeapObject* HeapIterator::NextObject() { in NextObject()[all …]
2029 friend class HeapIterator; variable2206 class HeapIterator BASE_EMBEDDED {2210 explicit HeapIterator(Heap* heap);2211 HeapIterator(Heap* heap, HeapObjectsFiltering filtering);2212 ~HeapIterator();
620 i::HeapIterator it(CcTest::heap()); in GetGlobalObjectsCount()
662 HeapIterator iterator(CcTest::heap()); in CountBuiltins()
908 HeapIterator iterator(heap); in ObjectsFoundInHeap()1652 HeapIterator iterator(CcTest::heap()); in TEST()1778 HeapIterator iterator(CcTest::heap()); in NumberOfGlobalObjects()
404 HeapIterator iterator(CcTest::heap()); in CheckDebuggerUnloaded()
13657 i::HeapIterator it(CcTest::heap()); in GetGlobalObjectsCount()