Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h388 void ExtractJSWeakCollectionReferences(int entry,
Dheap-snapshot-generator.cc881 ExtractJSWeakCollectionReferences(entry, JSWeakSet::cast(obj)); in ExtractReferences()
883 ExtractJSWeakCollectionReferences(entry, JSWeakMap::cast(obj)); in ExtractReferences()
1064 void V8HeapExplorer::ExtractJSWeakCollectionReferences(int entry, in ExtractJSWeakCollectionReferences() function in v8::internal::V8HeapExplorer