/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 117 __ Bind(GetEntryLabel()); in EmitNativeCode() local 183 __ Bind(GetEntryLabel()); in EmitNativeCode() local 185 __ Bind(&slow_copy_loop); in EmitNativeCode() local 613 __ Bind(&done); in GenMathRound() local 1015 __ Bind(GetEntryLabel()); in EmitNativeCode() local 1052 __ Bind(&loop_head); in EmitNativeCode() local 1119 __ Bind(&loop_head); in GenCas() local 1134 __ Bind(exit_loop); in GenCas() local 1279 __ Bind(&loop); in VisitStringCompareTo() local 1294 __ Bind(&find_char_diff); in VisitStringCompareTo() local [all …]
|
D | intrinsics_arm_vixl.cc | 90 __ Bind(GetEntryLabel()); in EmitNativeCode() local 197 __ Bind(GetEntryLabel()); in EmitNativeCode() local 202 __ Bind(&loop); in EmitNativeCode() local 362 __ Bind(&end); in GenNumberOfLeadingZeros() local 406 __ Bind(&end); in GenNumberOfTrailingZeros() local 499 __ Bind(&done); in VisitMathRoundFloat() local 843 __ Bind(&loop_head); in GenUnsafePut() local 977 __ Bind(GetEntryLabel()); in EmitNativeCode() local 1014 __ Bind(&loop_head); in EmitNativeCode() local 1089 __ Bind(&loop_head); in GenCas() local [all …]
|
D | optimizing_cfi_test.cc | 211 __ Bind(&target); in TEST_ISA() local 241 __ Bind(&target); in TEST_F() local 271 __ Bind(&target); in TEST_F() local
|
D | intrinsics_utils.h | 52 assembler->Bind(GetEntryLabel()); in EmitNativeCode()
|
D | code_generator_mips64.cc | 134 __ Bind(GetEntryLabel()); in EmitNativeCode() local 171 __ Bind(GetEntryLabel()); in EmitNativeCode() local 200 __ Bind(GetEntryLabel()); in EmitNativeCode() local 258 __ Bind(GetEntryLabel()); in EmitNativeCode() local 289 __ Bind(GetEntryLabel()); in EmitNativeCode() local 317 __ Bind(GetEntryLabel()); in EmitNativeCode() local 363 __ Bind(GetEntryLabel()); in EmitNativeCode() local 412 __ Bind(GetEntryLabel()); in EmitNativeCode() local 434 __ Bind(GetEntryLabel()); in EmitNativeCode() local 513 __ Bind(GetEntryLabel()); in EmitNativeCode() local [all …]
|
D | code_generator_mips.cc | 182 __ Bind(GetEntryLabel()); in EmitNativeCode() local 218 __ Bind(GetEntryLabel()); in EmitNativeCode() local 247 __ Bind(GetEntryLabel()); in EmitNativeCode() local 305 __ Bind(GetEntryLabel()); in EmitNativeCode() local 333 __ Bind(GetEntryLabel()); in EmitNativeCode() local 361 __ Bind(GetEntryLabel()); in EmitNativeCode() local 406 __ Bind(GetEntryLabel()); in EmitNativeCode() local 455 __ Bind(GetEntryLabel()); in EmitNativeCode() local 477 __ Bind(GetEntryLabel()); in EmitNativeCode() local 556 __ Bind(GetEntryLabel()); in EmitNativeCode() local [all …]
|
D | code_generator_arm_vixl.cc | 388 __ Bind(GetEntryLabel()); in EmitNativeCode() local 415 __ Bind(GetEntryLabel()); in EmitNativeCode() local 435 __ Bind(GetEntryLabel()); in EmitNativeCode() local 475 __ Bind(GetEntryLabel()); in EmitNativeCode() local 522 __ Bind(GetEntryLabel()); in EmitNativeCode() local 574 __ Bind(GetEntryLabel()); in EmitNativeCode() local 605 __ Bind(GetEntryLabel()); in EmitNativeCode() local 660 __ Bind(GetEntryLabel()); in EmitNativeCode() local 683 __ Bind(GetEntryLabel()); in EmitNativeCode() local 767 __ Bind(GetEntryLabel()); in EmitNativeCode() local [all …]
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 440 __ Bind(&null_arg); in CreateHandleScopeEntry() local 458 __ Bind(&null_arg); in CreateHandleScopeEntry() local 479 __ Bind(&null_arg); in LoadReferenceFromHandleScope() local 563 void X86JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::x86::X86JNIMacroAssembler 565 __ Bind(X86JNIMacroLabel::Cast(label)->AsX86()); in Bind() local 573 __ Bind(&entry_); in Emit() local
|
D | jni_macro_assembler_x86.h | 165 void Bind(JNIMacroLabel* label) override;
|
D | assembler_x86_test.cc | 937 GetAssembler()->Bind(&target); in TEST_F() 948 GetAssembler()->Bind(&start); in TEST_F() 953 GetAssembler()->Bind(&target); in TEST_F()
|
D | assembler_x86.h | 766 void Bind(Label* label) override; 770 void Bind(NearLabel* label);
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 291 __ Bind(&label1); in BranchHelper() local 297 __ Bind(&label2); in BranchHelper() local 329 __ Bind(&label); in BranchCondOneRegHelper() local 363 __ Bind(&label); in BranchCondTwoRegsHelper() local 396 __ Bind(&label); in BranchFpuCondHelper() local 1327 __ Bind(&label); in TEST_F() local 1371 __ Bind(&label); in TEST_F() local 1416 __ Bind(&label1); in TEST_F() local 1421 __ Bind(&label2); in TEST_F() local 1459 __ Bind(&label); in TEST_F() local [all …]
|
D | assembler_mips.h | 774 void Bind(MipsLabel* label); 1146 void Bind(Label* label) override { in Bind() function 1147 Bind(down_cast<MipsLabel*>(label)); in Bind() 1154 using JNIBase::Bind; 1176 void Bind(JNIMacroLabel* label ATTRIBUTE_UNUSED) override { in Bind() function
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 116 void Bind(Label* label ATTRIBUTE_UNUSED) override { in Bind() function
|
D | assembler_arm64.cc | 208 ___ Bind(&mr_is_ok); in GenerateMarkingRegisterCheck() local
|
D | jni_macro_assembler_arm64.cc | 619 ___ Bind(&exit); in LoadReferenceFromHandleScope() local 659 void Arm64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::arm64::Arm64JNIMacroAssembler 661 ___ Bind(Arm64JNIMacroLabel::Cast(label)->AsArm64()); in Bind() local 670 ___ Bind(exception->Entry()); in EmitExceptionPoll() local
|
D | jni_macro_assembler_arm64.h | 181 void Bind(JNIMacroLabel* label) override;
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 497 __ Bind(&null_arg); in CreateHandleScopeEntry() local 515 __ Bind(&null_arg); in CreateHandleScopeEntry() local 536 __ Bind(&null_arg); in LoadReferenceFromHandleScope() local 626 void X86_64JNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::x86_64::X86_64JNIMacroAssembler 628 __ Bind(X86_64JNIMacroLabel::Cast(label)->AsX86_64()); in Bind() local 636 __ Bind(&entry_); in Emit() local
|
D | jni_macro_assembler_x86_64.h | 191 void Bind(JNIMacroLabel* label) override;
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 200 void Bind(JNIMacroLabel* label) override;
|
D | assembler_arm_vixl.h | 173 void Bind(Label* label ATTRIBUTE_UNUSED) override { in Bind() function
|
D | jni_macro_assembler_arm_vixl.cc | 660 void ArmVIXLJNIMacroAssembler::Bind(JNIMacroLabel* label) { in Bind() function in art::arm::ArmVIXLJNIMacroAssembler 662 ___ Bind(ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in Bind() local 667 ___ Bind(exception->Entry()); in EmitExceptionPoll() local
|
D | assembler_arm_vixl.cc | 96 ___ Bind(&mr_is_ok); in GenerateMarkingRegisterCheck() local
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 216 virtual void Bind(JNIMacroLabel* label) = 0;
|
D | assembler.h | 385 virtual void Bind(Label* label) = 0;
|