Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h375 void ExtractStringReferences(int entry, String* obj);
Dheap-snapshot-generator.cc1024 ExtractStringReferences(entry, String::cast(obj)); in ExtractReferencesPass1()
1161 void V8HeapExplorer::ExtractStringReferences(int entry, String* string) { in ExtractStringReferences() function in v8::internal::V8HeapExplorer