Home
last modified time | relevance | path

Searched refs:do_checks (Results 1 – 3 of 3) sorted by relevance

/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc30 static bool do_checks(ArtMethod* method, ScopedObjectAccess& soa) in do_checks() function
79 return do_checks(method, soa); in Java_Main_ensureJittedAndPolymorphicInline566()
/art/compiler/optimizing/
Dnodes.cc1970 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() argument
1971 if (do_checks) { in MoveBefore()
Dnodes.h2564 void MoveBefore(HInstruction* cursor, bool do_checks = true);