Searched defs:do_checks (Results 1 – 2 of 2) sorted by relevance
29 static void do_checks(jclass cls, const char* method_name) { in do_checks() function
1751 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore()