Searched refs:BuildEmbedderGraph (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/ |
D | heap_utils.cc | 211 void BuildEmbedderGraph(const FunctionCallbackInfo<Value>& args) { in BuildEmbedderGraph() function 214 Environment::BuildEmbedderGraph(env->isolate(), &graph, env); in BuildEmbedderGraph() 451 SetMethod(context, target, "buildEmbedderGraph", BuildEmbedderGraph); in Initialize() 458 registry->Register(BuildEmbedderGraph); in RegisterExternalReferences()
|
D | env.cc | 834 BuildEmbedderGraph, this); in ~Environment() 1690 void Environment::BuildEmbedderGraph(Isolate* isolate, in BuildEmbedderGraph() function in node::Environment
|
D | node.cc | 251 Environment::BuildEmbedderGraph, this); in InitializeDiagnostics()
|
D | env.h | 881 static void BuildEmbedderGraph(v8::Isolate* isolate,
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-profiler.h | 73 void BuildEmbedderGraph(Isolate* isolate, v8::EmbedderGraph* graph);
|
D | heap-profiler.cc | 61 void HeapProfiler::BuildEmbedderGraph(Isolate* isolate, in BuildEmbedderGraph() function in v8::internal::HeapProfiler
|
D | heap-snapshot-generator.cc | 2556 snapshot_->profiler()->BuildEmbedderGraph(isolate_, &graph); in IterateAndExtractReferences()
|