Home
last modified time | relevance | path

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

/art/runtime/arch/arm/
Dfault_handler_arm.cc48 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
64 *out_method = reinterpret_cast<ArtMethod*>(sc->arm_r0); in GetMethodAndReturnPcAndSp()
67 *out_method = reinterpret_cast<ArtMethod*>(reinterpret_cast<uintptr_t*>(*out_sp)[0]); in GetMethodAndReturnPcAndSp()
81 *out_method = nullptr; in GetMethodAndReturnPcAndSp()
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc41 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
57 *out_method = reinterpret_cast<ArtMethod*>(sc->sc_regs[mips64::A0]); in GetMethodAndReturnPcAndSp()
60 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
/art/runtime/arch/mips/
Dfault_handler_mips.cc40 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
56 *out_method = reinterpret_cast<ArtMethod*>(sc->sc_regs[mips::A0]); in GetMethodAndReturnPcAndSp()
59 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc41 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
57 *out_method = reinterpret_cast<ArtMethod*>(sc->regs[0]); in GetMethodAndReturnPcAndSp()
60 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
/art/runtime/
Dfault_handler.h58 void GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, ArtMethod** out_method,
/art/openjdkjvmti/
Devents.cc715 /*out*/ art::ArtMethod** out_method, in FindCatchMethodsFromThrow() argument
769 *out_method = nullptr; in FindCatchMethodsFromThrow()
776 /*out*/ out_method, in FindCatchMethodsFromThrow()