Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.cc175 HeapIterator iterator(heap(), HeapIterator::kFilterUnreachable); in FindHeapObjectById()
Dheap-snapshot-generator.h19 class HeapIterator; variable
341 int EstimateObjectsCount(HeapIterator* iterator);
Dheap-snapshot-generator.cc484 HeapIterator iterator(heap_); in UpdateHeapObjectsMap()
553 HeapIterator iterator(heap_); in FindUntrackedObjects()
979 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount()
1841 HeapIterator iterator(heap_, HeapIterator::kFilterUnreachable); in IterateAndExtractSinglePass()
2600 HeapIterator iterator(heap_, HeapIterator::kFilterUnreachable); in SetProgressTotal()
/external/v8/src/runtime/
Druntime-liveedit.cc33 HeapIterator iterator(heap); in RUNTIME_FUNCTION()
Druntime-debug.cc1360 HeapIterator iterator(heap, HeapIterator::kFilterUnreachable); in RUNTIME_FUNCTION()
1415 HeapIterator iterator(heap, HeapIterator::kFilterUnreachable); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dheap.h2422 friend class HeapIterator; variable
2578 class HeapIterator BASE_EMBEDDED {
2582 explicit HeapIterator(Heap* heap,
2584 ~HeapIterator();
Dheap.cc4858 HeapIterator iterator(this); in RecordStats()
5666 HeapIterator::HeapIterator(Heap* heap, in HeapIterator() function in v8::internal::HeapIterator
5667 HeapIterator::HeapObjectsFiltering filtering) in HeapIterator()
5689 HeapIterator::~HeapIterator() { in ~HeapIterator()
5705 HeapObject* HeapIterator::next() { in next()
5714 HeapObject* HeapIterator::NextObject() { in NextObject()
/external/v8/src/debug/
Dliveedit.cc949 HeapIterator iterator(heap); in ReplaceCodeObject()
1011 HeapIterator iterator(shared_info->GetHeap()); in IterateJSFunctions()
1849 HeapIterator iterator(heap); in FindActiveGenerators()
Ddebug.cc1132 HeapIterator iterator(isolate_->heap()); in PrepareFunctionForBreakPoints()
1282 HeapIterator it(isolate_->heap()); in FindSharedFunctionInfoInScript()
/external/v8/src/
Dlog.cc1572 HeapIterator iterator(heap); in EnumerateCompiledFunctions()
1669 HeapIterator iterator(heap); in LogCodeObjects()
1749 HeapIterator iterator(heap); in LogAccessorCallbacks()
Dapi.cc400 i::HeapIterator iterator(internal_isolate->heap(), in CreateSnapshotDataBlob()
401 i::HeapIterator::kFilterUnreachable); in CreateSnapshotDataBlob()
/external/v8/test/cctest/heap/
Dtest-heap.cc1140 HeapIterator iterator(heap); in ObjectsFoundInHeap()
2239 HeapIterator iterator(CcTest::heap()); in TEST()
2365 HeapIterator iterator(CcTest::heap()); in NumberOfGlobalObjects()
5561 HeapIterator it(heap, i::HeapIterator::kFilterUnreachable); in TEST()
6342 HeapIterator it(CcTest::heap()); in TEST()
6372 HeapIterator it(heap); in TEST()
6399 HeapIterator it(heap); in TEST()
/external/v8/test/cctest/
Dtest-object-observe.cc777 i::HeapIterator it(CcTest::heap()); in GetGlobalObjectsCount()
Dtest-serialize.cc877 HeapIterator iterator(CcTest::heap()); in CountBuiltins()
Dtest-debug.cc396 HeapIterator iterator(CcTest::heap()); in CheckDebuggerUnloaded()
Dtest-api.cc13462 i::HeapIterator it(CcTest::heap()); in GetGlobalObjectsCount()