Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc58 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp() local
173 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm64); in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc65 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp() local
218 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc295 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>( in GetMethodAndReturnPcAndSp() local
453 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86_64); in Action() local
455 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86); in Action() local