Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h378 void ExtractJSWeakCollectionReferences(int entry,
Dheap-snapshot-generator.cc1014 ExtractJSWeakCollectionReferences(entry, JSWeakSet::cast(obj)); in ExtractReferencesPass1()
1016 ExtractJSWeakCollectionReferences(entry, JSWeakMap::cast(obj)); in ExtractReferencesPass1()
1193 void V8HeapExplorer::ExtractJSWeakCollectionReferences(int entry, in ExtractJSWeakCollectionReferences() function in v8::internal::V8HeapExplorer