Lines Matching refs:GetExitLabel
149 __ B(GetExitLabel()); in EmitNativeCode()
1195 __ Bind(mark_old_value_slow_path_->GetExitLabel()); in EmitNativeCode()
1202 __ B(GetExitLabel(), ne); // If taken, Z=false indicates failure. in EmitNativeCode()
1223 /*cmp_failure=*/ update_old_value_ ? &mark_old_value : GetExitLabel(), in EmitNativeCode()
1239 __ B(GetExitLabel()); in EmitNativeCode()
1252 __ Bind(update_old_value_slow_path_->GetExitLabel()); in EmitNativeCode()
1254 __ B(GetExitLabel()); in EmitNativeCode()
1320 exit_loop = slow_path->GetExitLabel(); in GenUnsafeCas()
1687 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
1916 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1937 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1999 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
2044 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
2588 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()
3088 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
3123 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
3292 __ Bind(slow_path->GetExitLabel()); in VisitReferenceGetReferent()
3579 __ Bind(slow_path->GetExitLabel()); in VisitCRC32UpdateBytes()
3840 __ Bind(slow_path->GetExitLabel()); in GenerateDivideUnsigned()
4491 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleGet()
4596 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleSet()
4865 exit_loop = rb_slow_path->GetExitLabel(); in GenerateVarHandleCompareAndSetOrExchange()
4902 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleCompareAndSetOrExchange()
5151 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleGetAndUpdate()
5358 __ B(GetExitLabel()); in EmitByteArrayViewCode()