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

/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc29 static void do_checks(jclass cls, const char* method_name) { function in namespace:art
85 do_checks(cls, "testInvokeVirtual");
86 do_checks(cls, "testInvokeInterface");
87 do_checks(cls, "testInvokeInterface2");
88 do_checks(cls, "$noinline$testInlineToSameTarget");
/art/compiler/optimizing/
H A Dnodes.cc1710 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { argument
1711 if (do_checks) {

Completed in 96 milliseconds