Home
last modified time | relevance | path

Searched refs:BuildEmbedderGraph (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dheap_utils.cc211 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()
Denv.cc834 BuildEmbedderGraph, this); in ~Environment()
1690 void Environment::BuildEmbedderGraph(Isolate* isolate, in BuildEmbedderGraph() function in node::Environment
Dnode.cc251 Environment::BuildEmbedderGraph, this); in InitializeDiagnostics()
Denv.h881 static void BuildEmbedderGraph(v8::Isolate* isolate,
/third_party/node/deps/v8/src/profiler/
Dheap-profiler.h73 void BuildEmbedderGraph(Isolate* isolate, v8::EmbedderGraph* graph);
Dheap-profiler.cc61 void HeapProfiler::BuildEmbedderGraph(Isolate* isolate, in BuildEmbedderGraph() function in v8::internal::HeapProfiler
Dheap-snapshot-generator.cc2556 snapshot_->profiler()->BuildEmbedderGraph(isolate_, &graph); in IterateAndExtractReferences()