Searched refs:IterateAndExtractReferences (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dheap-snapshot-generator.h337 bool IterateAndExtractReferences(SnapshotFiller* filler);
478 bool IterateAndExtractReferences(SnapshotFiller* filler);
H A Dheap-snapshot-generator.cc1845 bool V8HeapExplorer::IterateAndExtractReferences( function in class:v8::internal::V8HeapExplorer
2407 bool NativeObjectsExplorer::IterateAndExtractReferences( function in class:v8::internal::NativeObjectsExplorer
2615 return v8_heap_explorer_.IterateAndExtractReferences(&filler)
2616 && dom_explorer_.IterateAndExtractReferences(&filler);

Completed in 221 milliseconds