Lines Matching refs:uintptr_t
51 uintptr_t* out_return_pc, in GetMethodAndReturnPcAndSp()
52 uintptr_t* out_sp, in GetMethodAndReturnPcAndSp()
56 *out_sp = static_cast<uintptr_t>(sc->arm_sp); in GetMethodAndReturnPcAndSp()
64 uintptr_t* fault_addr = reinterpret_cast<uintptr_t*>(sc->fault_address); in GetMethodAndReturnPcAndSp()
65 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp()
72 *out_method = reinterpret_cast<ArtMethod*>(reinterpret_cast<uintptr_t*>(*out_sp)[0]); in GetMethodAndReturnPcAndSp()
112 uintptr_t gc_map_location = (sc->arm_pc + instr_size) | (in_thumb_mode ? 1 : 0); in Action()
115 sc->arm_sp -= sizeof(uintptr_t); in Action()
116 *reinterpret_cast<uintptr_t*>(sc->arm_sp) = gc_map_location; in Action()
117 sc->arm_lr = reinterpret_cast<uintptr_t>(info->si_addr); in Action()
118 sc->arm_pc = reinterpret_cast<uintptr_t>(art_quick_throw_null_pointer_exception_from_signal); in Action()
181 sc->arm_pc = reinterpret_cast<uintptr_t>(art_quick_implicit_suspend); in Action()
213 uintptr_t sp = sc->arm_sp; in Action()
216 uintptr_t fault_addr = sc->fault_address; in Action()
221 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action()
235 sc->arm_pc = reinterpret_cast<uintptr_t>(art_quick_throw_stack_overflow); in Action()