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.cc29 static void do_checks(jclass cls, const char* method_name) { in do_checks() function
/art/compiler/optimizing/
Dnodes.cc1751 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore()