Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h387 void ExtractJSCollectionReferences(int entry, JSCollection* collection);
Dheap-snapshot-generator.cc885 ExtractJSCollectionReferences(entry, JSSet::cast(obj)); in ExtractReferences()
887 ExtractJSCollectionReferences(entry, JSMap::cast(obj)); in ExtractReferences()
1058 void V8HeapExplorer::ExtractJSCollectionReferences(int entry, in ExtractJSCollectionReferences() function in v8::internal::V8HeapExplorer