Home
last modified time | relevance | path

Searched refs:HeapIterator (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/v8/src/
Dheap-profiler.cc177 HeapIterator iterator(heap(), HeapIterator::kFilterUnreachable); in FindHeapObjectById()
Dheap-snapshot-generator.cc489 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()
Dlog.cc1595 HeapIterator iterator(heap); in EnumerateCompiledFunctions()
1689 HeapIterator iterator(heap); in LogCodeObjects()
1769 HeapIterator iterator(heap); in LogAccessorCallbacks()
Dheap-snapshot-generator.h336 int EstimateObjectsCount(HeapIterator* iterator);
Dliveedit.cc977 HeapIterator iterator(heap); in ReplaceCodeObject()
1053 HeapIterator iterator(shared_info->GetHeap()); in IterateJSFunctions()
1903 HeapIterator iterator(heap); in FindActiveGenerators()
Ddebug.cc603 HeapIterator iterator(heap); in ScriptCache()
1947 HeapIterator iterator(heap); in PrepareForBreakPoints()
2092 HeapIterator iterator(heap); in FindSharedFunctionInfoInScript()
Druntime.cc13170 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()
/external/chromium_org/v8/src/heap/
Dheap.cc4955 HeapIterator iterator(this); in RecordStats()
5601 HeapIterator::HeapIterator(Heap* heap) in HeapIterator() function in v8::internal::HeapIterator
5605 filtering_(HeapIterator::kNoFiltering), in HeapIterator()
5611 HeapIterator::HeapIterator(Heap* heap, in HeapIterator() function in v8::internal::HeapIterator
5612 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 …]
Dheap.h2029 friend class HeapIterator; variable
2206 class HeapIterator BASE_EMBEDDED {
2210 explicit HeapIterator(Heap* heap);
2211 HeapIterator(Heap* heap, HeapObjectsFiltering filtering);
2212 ~HeapIterator();
/external/chromium_org/v8/test/cctest/
Dtest-object-observe.cc620 i::HeapIterator it(CcTest::heap()); in GetGlobalObjectsCount()
Dtest-serialize.cc662 HeapIterator iterator(CcTest::heap()); in CountBuiltins()
Dtest-heap.cc908 HeapIterator iterator(heap); in ObjectsFoundInHeap()
1652 HeapIterator iterator(CcTest::heap()); in TEST()
1778 HeapIterator iterator(CcTest::heap()); in NumberOfGlobalObjects()
Dtest-debug.cc404 HeapIterator iterator(CcTest::heap()); in CheckDebuggerUnloaded()
Dtest-api.cc13657 i::HeapIterator it(CcTest::heap()); in GetGlobalObjectsCount()