Searched refs:out_method (Results 1 – 6 of 6) sorted by relevance
49 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument65 *out_method = reinterpret_cast<ArtMethod*>(sc->arm_r0); in GetMethodAndReturnPcAndSp()68 *out_method = reinterpret_cast<ArtMethod*>(reinterpret_cast<uintptr_t*>(*out_sp)[0]); in GetMethodAndReturnPcAndSp()82 *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()
281 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument300 *out_method = reinterpret_cast<ArtMethod*>(uc->CTX_METHOD); in GetMethodAndReturnPcAndSp()303 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()311 *out_method = nullptr; in GetMethodAndReturnPcAndSp()318 *out_method = nullptr; in GetMethodAndReturnPcAndSp()
42 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument58 *out_method = reinterpret_cast<ArtMethod*>(sc->regs[0]); in GetMethodAndReturnPcAndSp()61 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
57 void GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, ArtMethod** out_method,