Home
last modified time | relevance | path

Searched defs:sequenceId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp41 int sequenceId = static_cast<int>(node->GetId()); in AllocationEvent() local
Dheap_snapshot.cpp172 int32_t sequenceId = 0; in PushHeapStat() local
823 int HeapSnapshot::AddTraceNode(int sequenceId, int size) in AddTraceNode()
864 int sequenceId) in AddMethodInfo()
Dheap_snapshot.h236 …explicit TimeStamp(int sequenceId) : lastSequenceId_(sequenceId), timeStampUs_(TimeStamp::Now()) {} in TimeStamp()