Home
last modified time | relevance | path

Searched defs:snapshot (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp23 bool HeapSnapshotJSONSerializer::Serialize(HeapSnapshot *snapshot, Stream *stream) in Serialize()
48 void HeapSnapshotJSONSerializer::SerializeSnapshotHeader(HeapSnapshot *snapshot, StreamWriter *writ… in SerializeSnapshotHeader()
86 void HeapSnapshotJSONSerializer::SerializeNodes(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeNodes()
121 void HeapSnapshotJSONSerializer::SerializeEdges(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeEdges()
150 void HeapSnapshotJSONSerializer::SerializeTraceFunctionInfo(HeapSnapshot *snapshot, StreamWriter *w… in SerializeTraceFunctionInfo()
181 void HeapSnapshotJSONSerializer::SerializeTraceTree(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeTraceTree()
217 void HeapSnapshotJSONSerializer::SerializeSamples(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeSamples()
243 void HeapSnapshotJSONSerializer::SerializeStringTable(HeapSnapshot *snapshot, StreamWriter *writer) in SerializeStringTable()
Dheap_profiler.cpp79 void EntryIdMap::UpdateEntryIdMap(HeapSnapshot *snapshot) in UpdateEntryIdMap()
129 void HeapProfiler::UpdateHeapObjects(HeapSnapshot *snapshot) in UpdateHeapObjects()
170 …HeapSnapshot *snapshot = MakeHeapSnapshot(SampleType::ONE_SHOT, isVmMode, isPrivate, captureNumeri… in DumpHeapSnapshot() local
192 …HeapSnapshot *snapshot = MakeHeapSnapshot(SampleType::REAL_TIME, isVmMode, false, false, traceAllo… in StartHeapTracking() local
212 HeapSnapshot *snapshot = heapTracker_->GetHeapSnapshot(); in UpdateHeapTracking() local
239 HeapSnapshot *snapshot = heapTracker_->GetHeapSnapshot(); in StopHeapTracking() local
322 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), isVmMode, isPrivate, in MakeHeapSnapshot() local
333 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), isVmMode, isPrivate, in MakeHeapSnapshot() local
349 void HeapProfiler::AddSnapshot(HeapSnapshot *snapshot) in AddSnapshot()
360 for (auto *snapshot : hprofs_) { in ClearSnapshot() local
Dheap_tracker.h33 HeapTrackerSample(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTrackerSample()
72 HeapTracker(HeapSnapshot *snapshot, double timeInterval, Stream *stream) in HeapTracker()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp90 Snapshot snapshot(vm_); in LoadAiFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp650 Snapshot snapshot(vm_); in SaveSnapshotFile() local