Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.cc201 HeapIterator iterator(heap(), HeapIterator::kFilterUnreachable); in FindHeapObjectById()
Dheap-snapshot-generator.h19 class HeapIterator; variable
341 int EstimateObjectsCount(HeapIterator* iterator);
Dheap-snapshot-generator.cc480 HeapIterator iterator(heap_); in UpdateHeapObjectsMap()
544 HeapIterator iterator(heap_); in FindUntrackedObjects()
961 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount()
1789 HeapIterator iterator(heap_, HeapIterator::kFilterUnreachable); in IterateAndExtractSinglePass()
2544 HeapIterator iterator(heap_, HeapIterator::kFilterUnreachable); in SetProgressTotal()
/external/v8/src/runtime/
Druntime-liveedit.cc33 HeapIterator iterator(heap); in RUNTIME_FUNCTION()
Druntime-debug.cc1226 HeapIterator iterator(heap, HeapIterator::kFilterUnreachable); in RUNTIME_FUNCTION()
1281 HeapIterator iterator(heap, HeapIterator::kFilterUnreachable); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dheap.h2275 friend class HeapIterator; variable
2432 class HeapIterator BASE_EMBEDDED {
2436 explicit HeapIterator(Heap* heap,
2438 ~HeapIterator();
Dheap.cc5015 HeapIterator iterator(this); in RecordStats()
5591 HeapIterator iterator(this); in CompactWeakFixedArrays()
5882 HeapIterator::HeapIterator(Heap* heap, in HeapIterator() function in v8::internal::HeapIterator
5883 HeapIterator::HeapObjectsFiltering filtering) in HeapIterator()
5905 HeapIterator::~HeapIterator() { in ~HeapIterator()
5921 HeapObject* HeapIterator::next() { in next()
5930 HeapObject* HeapIterator::NextObject() { in NextObject()
/external/v8/src/
Dlog.cc1458 HeapIterator iterator(heap); in EnumerateCompiledFunctions()
1573 HeapIterator iterator(heap); in LogCodeObjects()
1681 HeapIterator iterator(heap); in LogAccessorCallbacks()
/external/v8/src/debug/
Dliveedit.cc834 HeapIterator iterator(heap); in ReplaceCodeObject()
899 HeapIterator iterator(shared_info->GetHeap()); in IterateJSFunctions()
1804 HeapIterator iterator(heap); in FindActiveGenerators()
Ddebug.cc1329 HeapIterator iterator(isolate_->heap()); in PrepareFunctionForBreakPoints()
1495 HeapIterator it(isolate_->heap()); in FindSharedFunctionInfoInScript()
/external/v8/test/cctest/heap/
Dtest-heap.cc1180 HeapIterator iterator(heap); in ObjectsFoundInHeap()
2275 HeapIterator iterator(CcTest::heap()); in TEST()
2397 HeapIterator iterator(CcTest::heap()); in NumberOfGlobalObjects()
5537 HeapIterator it(heap, i::HeapIterator::kFilterUnreachable); in TEST()
6320 HeapIterator it(CcTest::heap()); in TEST()
6350 HeapIterator it(heap); in TEST()
6377 HeapIterator it(heap); in TEST()
/external/v8/test/cctest/
Dtest-serialize.cc898 HeapIterator iterator(CcTest::heap()); in CountBuiltins()
Dtest-debug.cc384 HeapIterator iterator(CcTest::heap()); in CheckDebuggerUnloaded()
Dtest-api.cc13954 i::HeapIterator it(CcTest::heap()); in GetGlobalObjectsCount()