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

/art/compiler/
H A Dcommon_compiler_test.cc48 static void baddivideinst(int signo, siginfo *si, void *data) { function in namespace:art
63 // a SIGILL signal will be raised and the signal handler (baddivideinst) called.
101 sa.sa_sigaction = baddivideinst;

Completed in 44 milliseconds