Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-snapshot-generator.h340 bool IterateAndExtractReferences(SnapshotFiller* filler);
489 bool IterateAndExtractReferences(SnapshotFiller* filler);
Dheap-snapshot-generator.cc1875 bool V8HeapExplorer::IterateAndExtractReferences( in IterateAndExtractReferences() function in v8::internal::V8HeapExplorer
2432 bool NativeObjectsExplorer::IterateAndExtractReferences( in IterateAndExtractReferences() function in v8::internal::NativeObjectsExplorer
2649 return v8_heap_explorer_.IterateAndExtractReferences(&filler) in FillReferences()
2650 && dom_explorer_.IterateAndExtractReferences(&filler); in FillReferences()