Home
last modified time | relevance | path

Searched refs:stackCounter (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp315 …c bool CollectBoundaryFrames(SamplerFrameInfo &frameInfo, SampleInfo &sample, size_t &stackCounter) in CollectBoundaryFrames() argument
324 …sample.stackInfo.managedStack[stackCounter].pandaFilePtr = helpers::ToUnderlying(FrameKind::BRIDGE… in CollectBoundaryFrames()
325 … sample.stackInfo.managedStack[stackCounter].fileId = helpers::ToUnderlying(FrameKind::BRIDGE); in CollectBoundaryFrames()
326 ++stackCounter; in CollectBoundaryFrames()
331 …sample.stackInfo.managedStack[stackCounter].pandaFilePtr = helpers::ToUnderlying(FrameKind::BRIDGE… in CollectBoundaryFrames()
332 … sample.stackInfo.managedStack[stackCounter].fileId = helpers::ToUnderlying(FrameKind::BRIDGE); in CollectBoundaryFrames()
333 ++stackCounter; in CollectBoundaryFrames()
347 …void ProcessCompiledTopFrame(SamplerFrameInfo &frameInfo, SampleInfo &sample, size_t &stackCounter, in ProcessCompiledTopFrame() argument
358 …sample.stackInfo.managedStack[stackCounter].pandaFilePtr = helpers::ToUnderlying(FrameKind::BRIDGE… in ProcessCompiledTopFrame()
359 … sample.stackInfo.managedStack[stackCounter].fileId = helpers::ToUnderlying(FrameKind::BRIDGE); in ProcessCompiledTopFrame()
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp91 int stackCounter = 0; in GetStack() local
92 for (; !it.Done() && stackCounter < stackDepth_; it.Advance<>()) { in GetStack()
122 ++stackCounter; in GetStack()