Home
last modified time | relevance | path

Searched defs:overflow_addr (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/mips64/
Dfault_handler_mips64.cc54 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp() local
129 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kMips64); in Action() local
/art/runtime/arch/mips/
Dfault_handler_mips.cc53 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp() local
127 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kMips); in Action() local
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc54 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp() local
167 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm64); in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc61 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp() local
212 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action() local