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

/external/v8/src/
H A Dprofile-generator.cc2305 bool V8HeapExplorer::IterateAndExtractReferences( function in class:v8::internal::V8HeapExplorer
2794 bool NativeObjectsExplorer::IterateAndExtractReferences( function in class:v8::internal::NativeObjectsExplorer
3147 return v8_heap_explorer_.IterateAndExtractReferences(&counter)
3148 && dom_explorer_.IterateAndExtractReferences(&counter);
3154 // IterateAndExtractReferences cannot set object names because
3160 return v8_heap_explorer_.IterateAndExtractReferences(&filler)
3161 && dom_explorer_.IterateAndExtractReferences(&filler)

Completed in 41 milliseconds