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