Home
last modified time | relevance | path

Searched refs:out_method (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc55 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
71 *out_method = reinterpret_cast<mirror::ArtMethod*>(sc->regs[0]); in GetMethodAndReturnPcAndSp()
74 *out_method = (reinterpret_cast<StackReference<mirror::ArtMethod>* >(*out_sp)[0]).AsMirrorPtr(); in GetMethodAndReturnPcAndSp()
/art/runtime/arch/arm/
Dfault_handler_arm.cc68 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
84 *out_method = reinterpret_cast<mirror::ArtMethod*>(sc->arm_r0); in GetMethodAndReturnPcAndSp()
87 *out_method = reinterpret_cast<mirror::ArtMethod*>(reinterpret_cast<uintptr_t*>(*out_sp)[0]); in GetMethodAndReturnPcAndSp()
/art/runtime/arch/x86/
Dfault_handler_x86.cc245 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
264 *out_method = reinterpret_cast<mirror::ArtMethod*>(uc->CTX_METHOD); in GetMethodAndReturnPcAndSp()
267 *out_method = (reinterpret_cast<StackReference<mirror::ArtMethod>* >(*out_sp)[0]).AsMirrorPtr(); in GetMethodAndReturnPcAndSp()
276 *out_method = nullptr; in GetMethodAndReturnPcAndSp()
/art/runtime/arch/mips/
Dfault_handler_mips.cc36 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
/art/runtime/
Dfault_handler.h54 void GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, mirror::ArtMethod** out_method,