Lines Matching refs:GetExitLabel

184     __ B(GetExitLabel());  in EmitNativeCode()
696 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
1112 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1135 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1195 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
1239 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
1700 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
1728 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
2559 __ Bind(slow_path->GetExitLabel()); in VisitReferenceGetReferent()
2677 __ Bind(slow_path->GetExitLabel()); in VisitIntegerDivideUnsigned()
3381 __ Bind(mark_old_value_slow_path_->GetExitLabel()); in EmitNativeCode()
3392 __ B(ne, GetExitLabel()); in EmitNativeCode()
3410 /*cmp_failure=*/ success_.IsValid() ? GetExitLabel() : &mark_old_value, in EmitNativeCode()
3424 __ B(GetExitLabel()); in EmitNativeCode()
3437 __ Bind(update_old_value_slow_path_->GetExitLabel()); in EmitNativeCode()
3439 __ B(GetExitLabel()); in EmitNativeCode()
3527 exit_loop = slow_path->GetExitLabel(); in GenUnsafeCas()
4363 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleGet()
4526 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleSet()
4767 exit_loop = rb_slow_path->GetExitLabel(); in GenerateVarHandleCompareAndSetOrExchange()
4817 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleCompareAndSetOrExchange()
5132 __ Bind(slow_path->GetExitLabel()); in GenerateVarHandleGetAndUpdate()
5355 __ B(GetExitLabel()); in EmitByteArrayViewCode()