Home
last modified time | relevance | path

Searched defs:do_checks (Results 1 – 2 of 2) sorted by relevance

/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc30 static bool do_checks(ArtMethod* method, ScopedObjectAccess& soa) in do_checks() function
/art/compiler/optimizing/
Dnodes.cc2023 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore()