Home
last modified time | relevance | path

Searched refs:TakeSnapshot (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.h34 HeapSnapshot* TakeSnapshot(v8::ActivityControl* control,
H A Dheap-profiler.cc81 HeapSnapshot* HeapProfiler::TakeSnapshot( in TakeSnapshot() function in v8::internal::HeapProfiler
/third_party/node/src/
H A Dheap_utils.cc343 inline void TakeSnapshot(Environment* env, v8::OutputStream* out) { in TakeSnapshot() function
368 TakeSnapshot(env, &stream); in WriteSnapshot()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h123 bool TakeSnapshot(v8::Local<v8::Context> context,
126 bool TakeSnapshot(Handle<Object> object, MaybeHandle<FixedArray> block_list,
H A Dweb-snapshot.cc228 bool WebSnapshotSerializer::TakeSnapshot( in TakeSnapshot() function in v8::internal::WebSnapshotSerializer
256 bool WebSnapshotSerializer::TakeSnapshot(v8::Local<v8::Context> context, in TakeSnapshot() function in v8::internal::WebSnapshotSerializer
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1011 HeapSnapshot* snapshot = heap_profiler->TakeSnapshot( in RUNTIME_FUNCTION()
1666 if (!serializer.TakeSnapshot(object, block_list, *snapshot_data)) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc806 if (serializer.TakeSnapshot(context, exports, snapshot_data)) { in ExecuteString()
1991 if (!serializer.TakeSnapshot(realm_scope.context(), exports, in RealmTakeWebSnapshot()
/third_party/node/deps/v8/src/api/
H A Dapi.cc10256 reinterpret_cast<i::HeapProfiler*>(this)->TakeSnapshot( in TakeHeapSnapshot()

Completed in 39 milliseconds