Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dstack_walker_base.cpp70 auto frameMethod = GetBoundaryFrameMethod<FrameKind::COMPILER>(prev); in NextFromCFrame() local
Dstack_walker_base.h98 auto frameMethod = reinterpret_cast<uintptr_t>(GetMethodFromBoundary<KIND>(ptr)); in GetBoundaryFrameMethod() local
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp379 auto frameMethod = GetBoundaryFrameMethod<FrameKind::COMPILER>(prev); in NextFromCFrame() local
445 auto frameMethod = GetBoundaryFrameMethod<FrameKind::COMPILER>(prev); in GetNextFrame() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dstack_walker.h221 auto frameMethod = reinterpret_cast<uintptr_t>(GetMethodFromBoundary<KIND>(ptr)); in GetBoundaryFrameMethod() local