Searched refs:TakeSnapshot (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.h | 34 HeapSnapshot* TakeSnapshot(v8::ActivityControl* control,
|
H A D | heap-profiler.cc | 81 HeapSnapshot* HeapProfiler::TakeSnapshot( in TakeSnapshot() function in v8::internal::HeapProfiler
|
/third_party/node/src/ |
H A D | heap_utils.cc | 343 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 D | web-snapshot.h | 123 bool TakeSnapshot(v8::Local<v8::Context> context, 126 bool TakeSnapshot(Handle<Object> object, MaybeHandle<FixedArray> block_list,
|
H A D | web-snapshot.cc | 228 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 D | runtime-test.cc | 1011 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 D | d8.cc | 806 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 D | api.cc | 10256 reinterpret_cast<i::HeapProfiler*>(this)->TakeSnapshot( in TakeHeapSnapshot()
|
Completed in 39 milliseconds