Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dstack_walker.h30 enum class UnwindPolicy { enum
116 explicit StackWalker(ManagedThread *thread, UnwindPolicy policy = UnwindPolicy::ALL);
117 …StackWalker(void *fp, bool is_frame_compiled, uintptr_t npc, UnwindPolicy policy = UnwindPolicy::A…
342 UnwindPolicy policy_ {UnwindPolicy::ALL};
/ark/runtime_core/runtime/
Dstack_walker.cpp26 StackWalker::StackWalker(ManagedThread *thread, UnwindPolicy policy) in StackWalker()
38 StackWalker::StackWalker(void *fp, bool is_frame_compiled, uintptr_t npc, UnwindPolicy policy) in StackWalker()
41 if (policy == UnwindPolicy::SKIP_INLINED) { in StackWalker()
194 if (policy_ != UnwindPolicy::SKIP_INLINED) { in NextFromCFrame()
200 if (policy_ == UnwindPolicy::ONLY_INLINED) { in NextFromCFrame()
242 if (policy_ == UnwindPolicy::ONLY_INLINED) { in NextFromIFrame()