Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dstack_walker.cpp28 StackWalker StackWalker::Create(const ManagedThread *thread, UnwindPolicy policy) in Create()
41 StackWalker::StackWalker(void *fp, bool is_frame_compiled, uintptr_t npc, UnwindPolicy policy) in StackWalker()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp89 static void HandlePendingException(UnwindPolicy policy = UnwindPolicy::ALL) in HandlePendingException()