Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h393 void ExtractMapReferences(int entry, Map* map);
Dheap-snapshot-generator.cc899 ExtractMapReferences(entry, Map::cast(obj)); in ExtractReferences()
1144 void V8HeapExplorer::ExtractMapReferences(int entry, Map* map) { in ExtractMapReferences() function in v8::internal::V8HeapExplorer