Searched refs:exit_loop (Results 1 – 6 of 6) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2652 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/ |
D | intrinsics_mips64.cc | 1246 Mips64Label loop_head, exit_loop; in GenCas() local 1279 __ Beqzc(out, &exit_loop); // return. in GenCas() 1292 __ Bind(&exit_loop); in GenCas()
|
D | intrinsics_mips.cc | 1400 MipsLabel loop_head, exit_loop; in GenCas() local 1431 __ Beqz(out, &exit_loop); // return. in GenCas() 1450 __ Bind(&exit_loop); in GenCas()
|
D | intrinsics_arm64.cc | 1091 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()
|
D | code_generator_mips64.cc | 680 Mips64Label loop_head, exit_loop; in EmitNativeCode() local 686 __ Bnec(tmp, expected, &exit_loop); in EmitNativeCode() 690 __ Bind(&exit_loop); in EmitNativeCode()
|
D | code_generator_mips.cc | 729 MipsLabel loop_head, exit_loop; in EmitNativeCode() local 736 __ Bne(tmp, expected, &exit_loop); in EmitNativeCode() 744 __ Bind(&exit_loop); in EmitNativeCode()
|