Home
last modified time | relevance | path

Searched refs:Bind (Results 1 – 25 of 39) sorted by relevance

12

/art/compiler/optimizing/
Dintrinsics_arm64.cc117 __ 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 …]
Dintrinsics_arm_vixl.cc90 __ 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 …]
Doptimizing_cfi_test.cc211 __ Bind(&target); in TEST_ISA() local
241 __ Bind(&target); in TEST_F() local
271 __ Bind(&target); in TEST_F() local
Dintrinsics_utils.h52 assembler->Bind(GetEntryLabel()); in EmitNativeCode()
Dcode_generator_mips64.cc134 __ 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 …]
Dcode_generator_mips.cc182 __ 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 …]
Dcode_generator_arm_vixl.cc388 __ 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/
Djni_macro_assembler_x86.cc440 __ 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
Djni_macro_assembler_x86.h165 void Bind(JNIMacroLabel* label) override;
Dassembler_x86_test.cc937 GetAssembler()->Bind(&target); in TEST_F()
948 GetAssembler()->Bind(&start); in TEST_F()
953 GetAssembler()->Bind(&target); in TEST_F()
Dassembler_x86.h766 void Bind(Label* label) override;
770 void Bind(NearLabel* label);
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc291 __ 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 …]
Dassembler_mips.h774 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/
Dassembler_arm64.h116 void Bind(Label* label ATTRIBUTE_UNUSED) override { in Bind() function
Dassembler_arm64.cc208 ___ Bind(&mr_is_ok); in GenerateMarkingRegisterCheck() local
Djni_macro_assembler_arm64.cc619 ___ 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
Djni_macro_assembler_arm64.h181 void Bind(JNIMacroLabel* label) override;
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc497 __ 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
Djni_macro_assembler_x86_64.h191 void Bind(JNIMacroLabel* label) override;
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h200 void Bind(JNIMacroLabel* label) override;
Dassembler_arm_vixl.h173 void Bind(Label* label ATTRIBUTE_UNUSED) override { in Bind() function
Djni_macro_assembler_arm_vixl.cc660 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
Dassembler_arm_vixl.cc96 ___ Bind(&mr_is_ok); in GenerateMarkingRegisterCheck() local
/art/compiler/utils/
Djni_macro_assembler.h216 virtual void Bind(JNIMacroLabel* label) = 0;
Dassembler.h385 virtual void Bind(Label* label) = 0;

12