Home
last modified time | relevance | path

Searched defs:traceId (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_tracker.cpp42 int traceId = snapshot_->AddTraceNode(sequenceId, selfSize); in AllocationEvent() local
Dheap_snapshot.h126 void SetTraceId(uint32_t traceId) in SetTraceId()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp157 …filer::ProfileCreateObject(JSTaggedType func, int32_t offset, JSTaggedType newObj, int32_t traceId) in ProfileCreateObject()
282 void PGOProfiler::InsertLiteralId(JSTaggedType hclass, int32_t traceId) in InsertLiteralId()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp452 uintptr_t argGlue, JSTaggedType func, int32_t offset, JSTaggedType newObj, int32_t traceId) in ProfileCreateObject()