Searched defs:unhandled_instruction (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/x86/
H A Dfault_handler_x86.cc153 bool unhandled_instruction = false; local
167 unhandled_instruction = true;
202 unhandled_instruction = true;
207 if (unhandled_instruction) {

Completed in 4 milliseconds