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.cc29 static void do_checks(jclass cls, const char* method_name) { in do_checks() function
85 do_checks(cls, "testInvokeVirtual"); in Java_Main_ensureJittedAndPolymorphicInline566()
86 do_checks(cls, "testInvokeInterface"); in Java_Main_ensureJittedAndPolymorphicInline566()
87 do_checks(cls, "testInvokeInterface2"); in Java_Main_ensureJittedAndPolymorphicInline566()
88 do_checks(cls, "$noinline$testInlineToSameTarget"); in Java_Main_ensureJittedAndPolymorphicInline566()
/art/compiler/optimizing/
Dnodes.cc1751 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() argument
1752 if (do_checks) { in MoveBefore()
Dnodes.h2299 void MoveBefore(HInstruction* cursor, bool do_checks = true);