Home
last modified time | relevance | path

Searched refs:GetExitLabel (Results 1 – 14 of 14) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm.cc120 __ b(GetExitLabel()); in EmitNativeCode()
820 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt()
850 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
875 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
898 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
967 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
1013 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
Dintrinsics_arm64.cc129 __ B(GetExitLabel()); in EmitNativeCode()
964 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt()
993 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
1017 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1038 __ Bind(slow_path->GetExitLabel()); in GenerateVisitStringIndexOf()
1107 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
1156 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
Dintrinsics_x86_64.cc148 __ jmp(GetExitLabel()); in EmitNativeCode()
838 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt()
866 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
927 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()
1000 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()
1045 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
1089 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
Dintrinsics_x86.cc157 __ jmp(GetExitLabel()); in EmitNativeCode()
913 __ Bind(slow_path->GetExitLabel()); in VisitStringCharAt()
941 __ Bind(slow_path->GetExitLabel()); in VisitStringCompareTo()
1002 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()
1076 __ Bind(slow_path->GetExitLabel()); in GenerateStringIndexOf()
1120 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromBytes()
1162 __ Bind(slow_path->GetExitLabel()); in VisitStringNewStringFromString()
Dcode_generator_arm.h125 Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
Dcode_generator_mips64.h133 Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
Dcode_generator_x86.h307 Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
Dcode_generator_x86_64.h93 Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
Dcode_generator_arm64.cc193 __ B(GetExitLabel()); in EmitNativeCode()
234 __ B(GetExitLabel()); in EmitNativeCode()
344 __ B(GetExitLabel()); in EmitNativeCode()
1011 __ Bind(slow_path->GetExitLabel()); in GenerateClassInitializationCheck()
1469 __ Cbz(obj, slow_path->GetExitLabel()); in VisitCheckCast()
1475 __ Bind(slow_path->GetExitLabel()); in VisitCheckCast()
1893 __ Bind(slow_path->GetExitLabel()); in VisitInstanceOf()
2124 __ Bind(slow_path->GetExitLabel()); in VisitLoadClass()
2166 __ Bind(slow_path->GetExitLabel()); in VisitLoadString()
Dcode_generator_mips64.cc201 __ B(GetExitLabel()); in EmitNativeCode()
246 __ B(GetExitLabel()); in EmitNativeCode()
363 __ B(GetExitLabel()); in EmitNativeCode()
976 __ Bind(slow_path->GetExitLabel()); in GenerateClassInitializationCheck()
1620 __ Beqzc(obj, slow_path->GetExitLabel()); in VisitCheckCast()
1624 __ Bind(slow_path->GetExitLabel()); in VisitCheckCast()
2275 __ Bind(slow_path->GetExitLabel()); in VisitInstanceOf()
2507 __ Bind(slow_path->GetExitLabel()); in VisitLoadClass()
2549 __ Bind(slow_path->GetExitLabel()); in VisitLoadString()
Dcode_generator_arm64.h71 vixl::Label* GetExitLabel() { return &exit_label_; } in GetExitLabel() function
Dcode_generator_x86.cc89 __ jmp(GetExitLabel()); in EmitNativeCode()
187 __ jmp(GetExitLabel()); in EmitNativeCode()
227 __ jmp(GetExitLabel()); in EmitNativeCode()
292 __ jmp(GetExitLabel()); in EmitNativeCode()
2505 __ Bind(slow_path->GetExitLabel()); in GenerateDivRemIntegral()
4297 __ Bind(slow_path->GetExitLabel()); in VisitLoadClass()
4325 __ Bind(slow_path->GetExitLabel()); in GenerateClassInitializationCheck()
4346 __ Bind(slow_path->GetExitLabel()); in VisitLoadString()
4429 __ Bind(slow_path->GetExitLabel()); in VisitInstanceOf()
4455 __ j(kEqual, slow_path->GetExitLabel()); in VisitCheckCast()
[all …]
Dcode_generator_x86_64.cc105 __ jmp(GetExitLabel()); in EmitNativeCode()
217 __ jmp(GetExitLabel()); in EmitNativeCode()
257 __ jmp(GetExitLabel()); in EmitNativeCode()
312 __ jmp(GetExitLabel()); in EmitNativeCode()
2723 __ Bind(slow_path->GetExitLabel()); in GenerateDivRemIntegral()
4110 __ Bind(slow_path->GetExitLabel()); in GenerateClassInitializationCheck()
4143 __ Bind(slow_path->GetExitLabel()); in VisitLoadClass()
4183 __ Bind(slow_path->GetExitLabel()); in VisitLoadString()
4267 __ Bind(slow_path->GetExitLabel()); in VisitInstanceOf()
4293 __ j(kEqual, slow_path->GetExitLabel()); in VisitCheckCast()
[all …]
Dcode_generator_arm.cc195 __ b(GetExitLabel()); in EmitNativeCode()
234 __ b(GetExitLabel()); in EmitNativeCode()
284 __ b(GetExitLabel()); in EmitNativeCode()
3817 __ Bind(slow_path->GetExitLabel()); in VisitLoadClass()
3848 __ Bind(slow_path->GetExitLabel()); in GenerateClassInitializationCheck()
3868 __ Bind(slow_path->GetExitLabel()); in VisitLoadString()
3948 __ Bind(slow_path->GetExitLabel()); in VisitInstanceOf()
3975 __ b(slow_path->GetExitLabel(), EQ); in VisitCheckCast()
3981 __ Bind(slow_path->GetExitLabel()); in VisitCheckCast()