Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h377 void ExtractJSCollectionReferences(int entry, JSCollection* collection);
Dheap-snapshot-generator.cc1018 ExtractJSCollectionReferences(entry, JSSet::cast(obj)); in ExtractReferencesPass1()
1020 ExtractJSCollectionReferences(entry, JSMap::cast(obj)); in ExtractReferencesPass1()
1187 void V8HeapExplorer::ExtractJSCollectionReferences(int entry, in ExtractJSCollectionReferences() function in v8::internal::V8HeapExplorer