Lines Matching refs:GetExitLabel
151 __ B(GetExitLabel()); in EmitNativeCode()
1369 __ Bind(mark_old_value_slow_path_->GetExitLabel()); in EmitNativeCode()
1376 __ B(GetExitLabel(), ne); // If taken, Z=false indicates failure. in EmitNativeCode()
1397 /*cmp_failure=*/ update_old_value_ ? &mark_old_value : GetExitLabel(), in EmitNativeCode()
1413 __ B(GetExitLabel()); in EmitNativeCode()
1426 __ Bind(update_old_value_slow_path_->GetExitLabel()); in EmitNativeCode()
1428 __ B(GetExitLabel()); in EmitNativeCode()
1494 exit_loop = slow_path->GetExitLabel(); in GenUnsafeCas()
2041 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
2270 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
2291 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
2353 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
2398 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
3047 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()
3393 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
3403 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
3588 __ Bind(slow_path->GetExitLabel()); in VisitReferenceGetReferent()
3875 __ Bind(slow_path->GetExitLabel()); in VisitCRC32UpdateBytes()
4255 __ Bind(slow_path->GetExitLabel()); in GenerateDivideUnsigned()
4876 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleGet()
4985 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleSet()
5258 exit_loop = rb_slow_path->GetExitLabel(); in GenerateVarHandleCompareAndSetOrExchange()
5296 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleCompareAndSetOrExchange()
5549 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleGetAndUpdate()
5757 __ B(GetExitLabel()); in EmitByteArrayViewCode()