Home
last modified time | relevance | path

Searched refs:TakeHeapSnapshot (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/addons/heap-profiler/
H A Dbinding.cc10 isolate->GetHeapProfiler()->TakeHeapSnapshot(); in Test()
/third_party/node/src/
H A Dnode_worker.h75 static void TakeHeapSnapshot(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dheap_utils.cc345 env->isolate()->GetHeapProfiler()->TakeHeapSnapshot() }; in TakeSnapshot()
416 env->isolate()->GetHeapProfiler()->TakeHeapSnapshot() }; in CreateHeapSnapshotStream()
H A Dnode_worker.cc765 void Worker::TakeHeapSnapshot(const FunctionCallbackInfo<Value>& args) { in TakeHeapSnapshot() function in node::worker::Worker
790 worker_env->isolate()->GetHeapProfiler()->TakeHeapSnapshot()}; in TakeHeapSnapshot()
891 SetProtoMethod(isolate, w, "takeHeapSnapshot", Worker::TakeHeapSnapshot); in InitWorker()
955 registry->Register(Worker::TakeHeapSnapshot); in RegisterExternalReferences()
H A Djs_native_api_v8.cc2041 auto snapshot = profiler->TakeHeapSnapshot(); in OH_JSVM_TakeHeapSnapshot()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h1064 const HeapSnapshot* TakeHeapSnapshot(
1073 const HeapSnapshot* TakeHeapSnapshot(
/third_party/node/deps/v8/include/
H A Dv8-profiler.h1001 const HeapSnapshot* TakeHeapSnapshot(
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc274 const v8::HeapSnapshot* snapshot = profiler->TakeHeapSnapshot( in takeHeapSnapshot()
/third_party/node/deps/v8/src/runtime/
H A Druntime.h566 F(TakeHeapSnapshot, -1, 1) \
/third_party/node/deps/v8/src/api/
H A Dapi.cc10252 const HeapSnapshot* HeapProfiler::TakeHeapSnapshot( in TakeHeapSnapshot() function in v8::OneByteMask::__anon13987::MapAsArrayKind::HeapProfiler

Completed in 36 milliseconds