Home
last modified time | relevance | path

Searched refs:GetEntryLabel (Results 1 – 15 of 15) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_riscv64.cc58 __ Bind(GetEntryLabel()); in EmitNativeCode()
612 __ Beqz(divisor, slow_path->GetEntryLabel()); in GenerateDivRemUnsigned()
768 __ Bnez(temp, slow_path->GetEntryLabel()); in VisitReferenceGetReferent()
783 __ Bnez(temp, slow_path->GetEntryLabel()); in VisitReferenceGetReferent()
894 __ J(slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()
904 __ Bnez(tmp, slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()
974 __ Beqz(byte_array, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes()
1018 __ Beqz(string_to_copy, slow_path->GetEntryLabel()); in VisitStringNewStringFromString()
1372 __ Bind(GetEntryLabel()); in EmitNativeCode()
1382 __ J(mark_old_value_slow_path_->GetEntryLabel()); in EmitNativeCode()
[all …]
Dintrinsics_arm64.cc117 __ Bind(GetEntryLabel()); in EmitNativeCode()
1360 __ Bind(GetEntryLabel()); in EmitNativeCode()
1368 __ B(mark_old_value_slow_path_->GetEntryLabel()); in EmitNativeCode()
1425 __ B(update_old_value_slow_path_->GetEntryLabel()); in EmitNativeCode()
1495 cmp_failure = slow_path->GetEntryLabel(); in GenUnsafeCas()
1884 __ Cbz(arg, slow_path->GetEntryLabel()); in VisitStringCompareTo()
2269 __ B(slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()
2278 __ B(ne, slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()
2349 __ B(eq, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes()
2394 __ B(eq, slow_path->GetEntryLabel()); in VisitStringNewStringFromString()
[all …]
Dintrinsics_x86_64.cc113 __ Bind(GetEntryLabel()); in EmitNativeCode()
704 EmitCmplJLess(assembler, Address(array, length_offset), length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
714 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
720 __ j(kNotEqual, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
726 __ j(kLess, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
736 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
764 __ j(kEqual, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
768 __ j(kEqual, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
772 __ j(kEqual, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
778 __ j(kLess, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
[all …]
Dintrinsics_arm_vixl.cc104 __ Bind(GetEntryLabel()); in EmitNativeCode()
590 __ CompareAndBranchIfZero(arg, slow_path->GetEntryLabel()); in VisitStringCompareTo()
1065 __ B(slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()
1075 __ B(hs, slow_path->GetEntryLabel()); in GenerateVisitStringIndexOf()
1145 __ B(eq, slow_path->GetEntryLabel()); in VisitStringNewStringFromBytes()
1188 __ B(eq, slow_path->GetEntryLabel()); in VisitStringNewStringFromString()
1268 __ B(lt, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
1279 __ B(lt, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
1284 __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
1290 __ B(lt, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
[all …]
Dcode_generator_x86_64.cc87 __ Bind(GetEntryLabel()); in EmitNativeCode()
113 __ Bind(GetEntryLabel()); in EmitNativeCode()
132 __ Bind(GetEntryLabel()); in EmitNativeCode()
168 __ Bind(GetEntryLabel()); in EmitNativeCode()
206 __ Bind(GetEntryLabel()); in EmitNativeCode()
282 __ Bind(GetEntryLabel()); in EmitNativeCode()
321 __ Bind(GetEntryLabel()); in EmitNativeCode()
378 __ Bind(GetEntryLabel()); in EmitNativeCode()
413 __ Bind(GetEntryLabel()); in EmitNativeCode()
471 __ Bind(GetEntryLabel()); in EmitNativeCode()
[all …]
Dcode_generator_riscv64.cc276 __ Bind(GetEntryLabel()); in EmitNativeCode()
314 __ Bind(GetEntryLabel()); in EmitNativeCode()
351 __ Bind(GetEntryLabel()); in EmitNativeCode()
377 __ Bind(GetEntryLabel()); in EmitNativeCode()
422 __ Bind(GetEntryLabel()); in EmitNativeCode()
481 __ Bind(GetEntryLabel()); in EmitNativeCode()
517 __ Bind(GetEntryLabel()); in EmitNativeCode()
555 __ Bind(GetEntryLabel()); in EmitNativeCode()
579 __ Bind(GetEntryLabel()); in EmitNativeCode()
627 __ Bind(GetEntryLabel()); in EmitNativeCode()
[all …]
Dintrinsics_x86.cc117 __ Bind(GetEntryLabel()); in EmitNativeCode()
835 EmitCmplJLess(assembler, Address(array, length_offset), length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
845 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
851 __ j(kNotEqual, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
857 __ j(kLess, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
867 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition()
895 __ j(kEqual, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
899 __ j(kEqual, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
903 __ j(kEqual, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
909 __ j(kLess, slow_path->GetEntryLabel()); in SystemArrayCopyPrimitive()
[all …]
Dcode_generator_arm64.cc221 __ Bind(GetEntryLabel()); in EmitNativeCode()
257 __ Bind(GetEntryLabel()); in EmitNativeCode()
286 __ Bind(GetEntryLabel()); in EmitNativeCode()
346 __ Bind(GetEntryLabel()); in EmitNativeCode()
374 __ Bind(GetEntryLabel()); in EmitNativeCode()
402 __ Bind(GetEntryLabel()); in EmitNativeCode()
448 __ Bind(GetEntryLabel()); in EmitNativeCode()
497 __ Bind(GetEntryLabel()); in EmitNativeCode()
519 __ Bind(GetEntryLabel()); in EmitNativeCode()
626 __ Bind(GetEntryLabel()); in EmitNativeCode()
[all …]
Dcode_generator_x86.cc87 __ Bind(GetEntryLabel()); in EmitNativeCode()
113 __ Bind(GetEntryLabel()); in EmitNativeCode()
132 __ Bind(GetEntryLabel()); in EmitNativeCode()
156 __ Bind(GetEntryLabel()); in EmitNativeCode()
237 __ Bind(GetEntryLabel()); in EmitNativeCode()
276 __ Bind(GetEntryLabel()); in EmitNativeCode()
312 __ Bind(GetEntryLabel()); in EmitNativeCode()
370 __ Bind(GetEntryLabel()); in EmitNativeCode()
433 __ Bind(GetEntryLabel()); in EmitNativeCode()
456 __ Bind(GetEntryLabel()); in EmitNativeCode()
[all …]
Dcode_generator_arm_vixl.cc373 __ Bind(GetEntryLabel()); in EmitNativeCode()
400 __ Bind(GetEntryLabel()); in EmitNativeCode()
420 __ Bind(GetEntryLabel()); in EmitNativeCode()
460 __ Bind(GetEntryLabel()); in EmitNativeCode()
507 __ Bind(GetEntryLabel()); in EmitNativeCode()
567 __ Bind(GetEntryLabel()); in EmitNativeCode()
598 __ Bind(GetEntryLabel()); in EmitNativeCode()
653 __ Bind(GetEntryLabel()); in EmitNativeCode()
676 __ Bind(GetEntryLabel()); in EmitNativeCode()
760 __ Bind(GetEntryLabel()); in EmitNativeCode()
[all …]
Dintrinsics_utils.h59 assembler->Bind(this->GetEntryLabel()); in EmitNativeCode()
Dcode_generator_riscv64.h179 Riscv64Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function
Dcode_generator.h123 Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function
Dcode_generator_arm_vixl.h329 vixl::aarch32::Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function
Dcode_generator_arm64.h157 vixl::aarch64::Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() function