Searched refs:out_method (Results 1 – 6 of 6) sorted by relevance
48 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument64 *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()
41 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument57 *out_method = reinterpret_cast<ArtMethod*>(sc->sc_regs[mips64::A0]); in GetMethodAndReturnPcAndSp()60 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
40 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument56 *out_method = reinterpret_cast<ArtMethod*>(sc->sc_regs[mips::A0]); in GetMethodAndReturnPcAndSp()59 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
41 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument57 *out_method = reinterpret_cast<ArtMethod*>(sc->regs[0]); in GetMethodAndReturnPcAndSp()60 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
58 void GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, ArtMethod** out_method,
715 /*out*/ art::ArtMethod** out_method, in FindCatchMethodsFromThrow() argument769 *out_method = nullptr; in FindCatchMethodsFromThrow()776 /*out*/ out_method, in FindCatchMethodsFromThrow()