Searched refs:GetExitLabel (Results 1 – 13 of 13) sorted by relevance
73 assembler->Jump(GetExitLabel()); in EmitNativeCode()
145 __ B(GetExitLabel()); in EmitNativeCode()216 __ B(GetExitLabel()); in EmitNativeCode()1501 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()1729 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()1750 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()1812 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()1857 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()2377 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()2877 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()2912 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
122 __ Bc(GetExitLabel()); in EmitNativeCode()1635 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()1784 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()1805 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()1872 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()1920 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()2202 __ Beqzc(count, slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()2239 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()
118 __ jmp(GetExitLabel()); in EmitNativeCode()1104 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()1478 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()1501 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()1527 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()1704 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()1809 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()1852 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()1896 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
129 __ jmp(GetExitLabel()); in EmitNativeCode()276 __ jmp(GetExitLabel()); in EmitNativeCode()317 __ jmp(GetExitLabel()); in EmitNativeCode()375 __ jmp(GetExitLabel()); in EmitNativeCode()445 __ jmp(GetExitLabel()); in EmitNativeCode()526 __ jmp(GetExitLabel()); in EmitNativeCode()690 __ jmp(GetExitLabel()); in EmitNativeCode()855 __ jmp(GetExitLabel()); in EmitNativeCode()922 __ jmp(GetExitLabel()); in EmitNativeCode()3685 __ Bind(slow_path->GetExitLabel()); in GenerateDivRemIntegral()[all …]
558 __ B(GetExitLabel()); in EmitNativeCode()600 __ B(GetExitLabel()); in EmitNativeCode()654 __ B(GetExitLabel()); in EmitNativeCode()724 __ B(GetExitLabel()); in EmitNativeCode()838 __ B(GetExitLabel()); in EmitNativeCode()973 __ B(cc, GetExitLabel()); // Carry flag is the last bit shifted out by LSRS. in EmitNativeCode()976 __ B(GetExitLabel()); in EmitNativeCode()1115 __ B(cc, GetExitLabel()); // Carry flag is the last bit shifted out by LSRS. in EmitNativeCode()1135 __ B(eq, GetExitLabel()); in EmitNativeCode()1193 __ B(GetExitLabel()); in EmitNativeCode()[all …]
165 __ jmp(GetExitLabel()); in EmitNativeCode()1325 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()1352 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()1535 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()1648 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()1691 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()1735 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()3253 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()3281 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
115 __ B(GetExitLabel()); in EmitNativeCode()237 __ B(GetExitLabel()); in EmitNativeCode()1563 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()1978 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()2001 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()2061 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()2105 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()2568 __ Bind(read_barrier_slow_path->GetExitLabel()); in VisitSystemArrayCopy()2596 __ Bind(intrinsic_slow_path->GetExitLabel()); in VisitSystemArrayCopy()
133 __ B(GetExitLabel()); in EmitNativeCode()2060 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()2214 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()2241 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()2308 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()2352 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()3099 __ Beqz(count, slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()3136 __ Bind(slow_path->GetExitLabel()); in VisitSystemArrayCopyChar()
161 Mips64Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
164 MipsLabel* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
123 Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
111 vixl::aarch64::Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function