Lines Matching refs:GetExitLabel
146 __ B(GetExitLabel()); in EmitNativeCode()
217 __ B(GetExitLabel()); in EmitNativeCode()
1040 __ B(GetExitLabel(), ne); // If taken, Z=false indicates failure. in EmitNativeCode()
1066 __ B(GetExitLabel(), ne); // If taken, Z=false indicates failure. in EmitNativeCode()
1073 __ B(GetExitLabel()); in EmitNativeCode()
1111 exit_loop = slow_path->GetExitLabel(); in GenCas()
1389 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
1618 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1639 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1701 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
1746 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
2290 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()
2790 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
2825 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
3162 __ Bind(slow_path->GetExitLabel()); in VisitCRC32UpdateBytes()