Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h412 void ExtractStringReferences(HeapEntry* entry, String obj);
Dheap-snapshot-generator.cc1080 ExtractStringReferences(entry, String::cast(obj)); in ExtractReferences()
1220 void V8HeapExplorer::ExtractStringReferences(HeapEntry* entry, String string) { in ExtractStringReferences() function in v8::internal::V8HeapExplorer