Searched refs:is_stack_overflow (Results 1 – 1 of 1) sorted by relevance
| /art/runtime/ |
| D | fault_handler.cc | 327 bool is_stack_overflow = false; in IsInGeneratedCode() local 331 GetMethodAndReturnPcAndSp(siginfo, context, &method_obj, &return_pc, &sp, &is_stack_overflow); in IsInGeneratedCode() 384 if (is_stack_overflow) { in IsInGeneratedCode() 435 bool is_stack_overflow = false; in Action() local 439 siginfo, context, &method, &return_pc, &sp, &is_stack_overflow); in Action()
|