Home
last modified time | relevance | path

Searched refs:IterateAndExtractSinglePass (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.h369 bool IterateAndExtractSinglePass();
Dheap-snapshot-generator.cc1772 IterateAndExtractSinglePass<&V8HeapExplorer::ExtractReferencesPass1>() || in IterateAndExtractReferences()
1773 IterateAndExtractSinglePass<&V8HeapExplorer::ExtractReferencesPass2>(); in IterateAndExtractReferences()
1786 bool V8HeapExplorer::IterateAndExtractSinglePass() { in IterateAndExtractSinglePass() function in v8::internal::V8HeapExplorer