Searched refs:do_checks (Results 1 – 3 of 3) sorted by relevance
30 static bool do_checks(ArtMethod* method, ScopedObjectAccess& soa) in do_checks() function79 return do_checks(method, soa); in Java_Main_ensureJittedAndPolymorphicInline566()
1970 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() argument1971 if (do_checks) { in MoveBefore()
2564 void MoveBefore(HInstruction* cursor, bool do_checks = true);