Home
last modified time | relevance | path

Searched refs:out_is_stack_overflow (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc46 bool* out_is_stack_overflow) { in GetMethodAndReturnPcAndSp() argument
62 *out_is_stack_overflow = true; in GetMethodAndReturnPcAndSp()
66 *out_is_stack_overflow = false; in GetMethodAndReturnPcAndSp()
/art/runtime/arch/arm/
Dfault_handler_arm.cc53 bool* out_is_stack_overflow) { in GetMethodAndReturnPcAndSp() argument
69 *out_is_stack_overflow = true; in GetMethodAndReturnPcAndSp()
73 *out_is_stack_overflow = false; in GetMethodAndReturnPcAndSp()
/art/runtime/arch/x86/
Dfault_handler_x86.cc284 bool* out_is_stack_overflow) { in GetMethodAndReturnPcAndSp() argument
303 *out_is_stack_overflow = true; in GetMethodAndReturnPcAndSp()
307 *out_is_stack_overflow = false; in GetMethodAndReturnPcAndSp()
/art/runtime/
Dfault_handler.h63 bool* out_is_stack_overflow)