Searched refs:out_method (Results 1 – 5 of 5) sorted by relevance
55 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument71 *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()
68 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument84 *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()
245 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument264 *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()
36 mirror::ArtMethod** out_method, in GetMethodAndReturnPcAndSp() argument
54 void GetMethodAndReturnPcAndSp(siginfo_t* siginfo, void* context, mirror::ArtMethod** out_method,