Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h380 void ExtractContextReferences(int entry, Context* context);
Dheap-snapshot-generator.cc1056 ExtractContextReferences(entry, Context::cast(obj)); in ExtractReferencesPass2()
1203 void V8HeapExplorer::ExtractContextReferences(int entry, Context* context) { in ExtractContextReferences() function in v8::internal::V8HeapExplorer