Home
last modified time | relevance | path

Searched refs:isFrameCompiled (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dstack_walker_base.cpp21 StackWalkerBase::StackWalkerBase(void *fp, bool isFrameCompiled) in StackWalkerBase() argument
23 frame_ = GetTopFrameFromFp(fp, isFrameCompiled); in StackWalkerBase()
26 StackWalkerBase::FrameVariant StackWalkerBase::GetTopFrameFromFp(void *ptr, bool isFrameCompiled) in GetTopFrameFromFp() argument
28 if (isFrameCompiled) { in GetTopFrameFromFp()
H A Dstack_walker_base.h32 StackWalkerBase(void *fp, bool isFrameCompiled);
146 FrameVariant GetTopFrameFromFp(void *ptr, bool isFrameCompiled);
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dstack_walker.h95 StackWalker(void *fp, bool isFrameCompiled, uintptr_t npc, UnwindPolicy policy = UnwindPolicy::ALL);
307 FrameVariant GetTopFrameFromFp(void *ptr, bool isFrameCompiled, uintptr_t npc);
/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp42 StackWalker::StackWalker(void *fp, bool isFrameCompiled, uintptr_t npc, UnwindPolicy policy) in StackWalker() argument
44 frame_ = GetTopFrameFromFp(fp, isFrameCompiled, npc); in StackWalker()
56 typename StackWalker::FrameVariant StackWalker::GetTopFrameFromFp(void *ptr, bool isFrameCompiled, uintptr_t npc) in GetTopFrameFromFp() argument
58 if (isFrameCompiled) { in GetTopFrameFromFp()

Completed in 3 milliseconds