Searched refs:out_method (Results 1 – 6 of 6) sorted by relevance
43 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument59 *out_method = reinterpret_cast<ArtMethod*>(sc->sc_regs[4]); // A0 register in GetMethodAndReturnPcAndSp()62 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
68 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument84 *out_method = reinterpret_cast<ArtMethod*>(sc->arm_r0); in GetMethodAndReturnPcAndSp()87 *out_method = reinterpret_cast<ArtMethod*>(reinterpret_cast<uintptr_t*>(*out_sp)[0]); in GetMethodAndReturnPcAndSp()101 *out_method = nullptr; in GetMethodAndReturnPcAndSp()
252 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument271 *out_method = reinterpret_cast<ArtMethod*>(uc->CTX_METHOD); in GetMethodAndReturnPcAndSp()274 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()282 *out_method = nullptr; in GetMethodAndReturnPcAndSp()289 *out_method = nullptr; in GetMethodAndReturnPcAndSp()
57 ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument73 *out_method = reinterpret_cast<ArtMethod*>(sc->regs[0]); in GetMethodAndReturnPcAndSp()76 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
58 void GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, ArtMethod** out_method,