Searched refs:unw_step_ark_managed_native_frame (Results 1 – 3 of 3) sorted by relevance
/third_party/libunwind/src/ |
D | os-ohos.h | 38 extern int unw_step_ark_managed_native_frame(int pid, uintptr_t* pc, uintptr_t* fp, uintptr_t* sp, …
|
D | os-ohos.c | 229 unw_step_ark_managed_native_frame(int pid, uintptr_t* pc, uintptr_t* fp, uintptr_t* sp, char* buf, … in unw_step_ark_managed_native_frame() function
|
/third_party/libunwind/src/aarch64/ |
D | Gstep.c | 185 ret = unw_step_ark_managed_native_frame(c->dwarf.as->pid == -1 ? getpid() : c->dwarf.as->pid, in unw_step()
|