Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h408 void ExtractLocationForJSFunction(HeapEntry* entry, JSFunction func);
Dheap-snapshot-generator.cc773 ExtractLocationForJSFunction(entry, func); in ExtractLocation()
777 ExtractLocationForJSFunction(entry, gen.function()); in ExtractLocation()
784 ExtractLocationForJSFunction(entry, maybe_constructor); in ExtractLocation()
789 void V8HeapExplorer::ExtractLocationForJSFunction(HeapEntry* entry, in ExtractLocationForJSFunction() function in v8::internal::V8HeapExplorer