Home
last modified time | relevance | path

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

/art/runtime/
Dfault_handler.cc294 bool is_stack_overflow = false; in IsInGeneratedCode() local
298 GetMethodAndReturnPcAndSp(siginfo, context, &method_obj, &return_pc, &sp, &is_stack_overflow); in IsInGeneratedCode()
341 if (is_stack_overflow) { in IsInGeneratedCode()
392 bool is_stack_overflow = false; in Action() local
396 siginfo, context, &method, &return_pc, &sp, &is_stack_overflow); in Action()