Home
last modified time | relevance | path

Searched refs:exit_loop (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2652 bool exit_loop = false; in ExecuteSwitchImplCpp() local
2654 ctx, instrumentation, self, shadow_frame, dex_pc, inst, inst_data, exit_loop); in ExecuteSwitchImplCpp()
2656 if (UNLIKELY(exit_loop)) { in ExecuteSwitchImplCpp()
2668 bool exit_loop = false; \ in ExecuteSwitchImplCpp()
2670 ctx, instrumentation, self, shadow_frame, dex_pc, inst, inst_data, exit_loop); \ in ExecuteSwitchImplCpp()
2673 if (UNLIKELY(exit_loop)) { \ in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dintrinsics_mips64.cc1246 Mips64Label loop_head, exit_loop; in GenCas() local
1279 __ Beqzc(out, &exit_loop); // return. in GenCas()
1292 __ Bind(&exit_loop); in GenCas()
Dintrinsics_mips.cc1400 MipsLabel loop_head, exit_loop; in GenCas() local
1431 __ Beqz(out, &exit_loop); // return. in GenCas()
1450 __ Bind(&exit_loop); in GenCas()
Dintrinsics_arm64.cc1091 vixl::aarch64::Label* exit_loop = &exit_loop_label; in GenCas() local
1102 exit_loop = slow_path->GetExitLabel(); in GenCas()
1134 __ Bind(exit_loop); in GenCas()
Dcode_generator_mips64.cc680 Mips64Label loop_head, exit_loop; in EmitNativeCode() local
686 __ Bnec(tmp, expected, &exit_loop); in EmitNativeCode()
690 __ Bind(&exit_loop); in EmitNativeCode()
Dcode_generator_mips.cc729 MipsLabel loop_head, exit_loop; in EmitNativeCode() local
736 __ Bne(tmp, expected, &exit_loop); in EmitNativeCode()
744 __ Bind(&exit_loop); in EmitNativeCode()