Searched refs:do_checks (Results 1 – 3 of 3) sorted by relevance
29 static void do_checks(jclass cls, const char* method_name) { in do_checks() function85 do_checks(cls, "testInvokeVirtual"); in Java_Main_ensureJittedAndPolymorphicInline566()86 do_checks(cls, "testInvokeInterface"); in Java_Main_ensureJittedAndPolymorphicInline566()87 do_checks(cls, "testInvokeInterface2"); in Java_Main_ensureJittedAndPolymorphicInline566()88 do_checks(cls, "$noinline$testInlineToSameTarget"); in Java_Main_ensureJittedAndPolymorphicInline566()
1751 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() argument1752 if (do_checks) { in MoveBefore()
2299 void MoveBefore(HInstruction* cursor, bool do_checks = true);