Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc427 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86_64); in Action() local
429 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86); in Action() local
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc146 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm64); in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc204 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action() local