Searched refs:out_sp (Results 1 – 5 of 5) sorted by relevance
42 uintptr_t* out_return_pc, uintptr_t* out_sp) { in GetMethodAndReturnPcAndSp() argument45 *out_sp = static_cast<uintptr_t>(sc->sc_regs[mips64::SP]); in GetMethodAndReturnPcAndSp()46 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()47 if (*out_sp == 0) { in GetMethodAndReturnPcAndSp()55 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kMips64)); in GetMethodAndReturnPcAndSp()60 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
41 uintptr_t* out_return_pc, uintptr_t* out_sp) { in GetMethodAndReturnPcAndSp() argument44 *out_sp = static_cast<uintptr_t>(sc->sc_regs[mips::SP]); in GetMethodAndReturnPcAndSp()45 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()46 if (*out_sp == 0) { in GetMethodAndReturnPcAndSp()54 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kMips)); in GetMethodAndReturnPcAndSp()59 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
42 uintptr_t* out_return_pc, uintptr_t* out_sp) { in GetMethodAndReturnPcAndSp() argument45 *out_sp = static_cast<uintptr_t>(sc->sp); in GetMethodAndReturnPcAndSp()46 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()47 if (*out_sp == 0) { in GetMethodAndReturnPcAndSp()55 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kArm64)); in GetMethodAndReturnPcAndSp()60 *out_method = *reinterpret_cast<ArtMethod**>(*out_sp); in GetMethodAndReturnPcAndSp()
49 uintptr_t* out_return_pc, uintptr_t* out_sp) { in GetMethodAndReturnPcAndSp() argument52 *out_sp = static_cast<uintptr_t>(sc->arm_sp); in GetMethodAndReturnPcAndSp()53 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()54 if (*out_sp == 0) { in GetMethodAndReturnPcAndSp()62 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kArm)); in GetMethodAndReturnPcAndSp()67 *out_method = reinterpret_cast<ArtMethod*>(reinterpret_cast<uintptr_t*>(*out_sp)[0]); in GetMethodAndReturnPcAndSp()
59 uintptr_t* out_return_pc, uintptr_t* out_sp)