/art/compiler/utils/ |
D | assembler_thumb_test.cc | 697 __ Bind(&l1); in TEST() local 703 __ Bind(&l2); in TEST() local 708 __ Bind(&l3); in TEST() local 715 __ Bind(&l4); in TEST() local 724 __ Bind(&l5); in TEST() local 741 __ Bind(&l1); in TEST() local 748 __ Bind(&l2); in TEST() local 753 __ Bind(&l3); in TEST() local 760 __ Bind(&l4); in TEST() local 769 __ Bind(&l5); in TEST() local [all …]
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 71 __ Bind(GetEntryLabel()); in EmitNativeCode() local 87 __ Bind(GetEntryLabel()); in EmitNativeCode() local 107 __ Bind(GetEntryLabel()); in EmitNativeCode() local 240 void CodeGeneratorX86_64::Bind(Label* label) { in Bind() function in art::x86_64::CodeGeneratorX86_64 241 __ Bind(label); in Bind() local 573 __ Bind(&greater); in VisitCompare() local 576 __ Bind(&done); in VisitCompare() local 1315 __ Bind(&is_null); in MarkGCCard() local
|
D | code_generator_arm.cc | 67 __ Bind(GetEntryLabel()); in EmitNativeCode() local 84 __ Bind(GetEntryLabel()); in EmitNativeCode() local 102 __ Bind(GetEntryLabel()); in EmitNativeCode() local 297 void CodeGeneratorARM::Bind(Label* label) { in Bind() function in art::arm::CodeGeneratorARM 298 __ Bind(label); in Bind() local 1068 __ Bind(&greater); in VisitCompare() local 1072 __ Bind(&less); in VisitCompare() local 1075 __ Bind(&done); in VisitCompare() local 1481 __ Bind(&is_null); in MarkGCCard() local
|
D | code_generator_x86.cc | 67 __ Bind(GetEntryLabel()); in EmitNativeCode() local 82 __ Bind(GetEntryLabel()); in EmitNativeCode() local 101 __ Bind(GetEntryLabel()); in EmitNativeCode() local 268 void CodeGeneratorX86::Bind(Label* label) { in Bind() function in art::x86::CodeGeneratorX86 269 __ Bind(label); in Bind() local 1038 __ Bind(&greater); in VisitCompare() local 1042 __ Bind(&less); in VisitCompare() local 1045 __ Bind(&done); in VisitCompare() local 1144 __ Bind(&is_null); in MarkGCCard() local
|
D | code_generator_x86_64.h | 130 virtual void Bind(Label* label) OVERRIDE;
|
D | code_generator.h | 93 virtual void Bind(Label* label) = 0;
|
D | code_generator_x86.h | 133 virtual void Bind(Label* label) OVERRIDE;
|
D | code_generator_arm.h | 131 virtual void Bind(Label* label) OVERRIDE;
|
D | code_generator.cc | 51 Bind(GetLabelOf(block)); in CompileBaseline() 80 Bind(GetLabelOf(block)); in CompileOptimized()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 148 void MipsAssembler::Bind(Label* label, bool is_jump) { in Bind() function in art::mips::MipsAssembler 852 Bind(&null_arg, false); in CreateHandleScopeEntry() 873 Bind(&null_arg, false); in CreateHandleScopeEntry() 894 Bind(&null_arg, false); in LoadReferenceFromHandleScope() 953 __ Bind(&entry_, false); in Emit() local
|
D | assembler_mips.h | 152 void Bind(Label* label, bool is_jump);
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1311 void X86Assembler::Bind(Label* label) { in Bind() function in art::x86::X86Assembler 1756 Bind(&null_arg); in CreateHandleScopeEntry() 1774 Bind(&null_arg); in CreateHandleScopeEntry() 1795 Bind(&null_arg); in LoadReferenceFromHandleScope() 1845 __ Bind(&entry_); in Emit() local
|
D | assembler_x86.h | 456 void Bind(Label* label);
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 1507 void X86_64Assembler::Bind(Label* label) { in Bind() function in art::x86_64::X86_64Assembler 2121 Bind(&null_arg); in CreateHandleScopeEntry() 2139 Bind(&null_arg); in CreateHandleScopeEntry() 2160 Bind(&null_arg); in LoadReferenceFromHandleScope() 2217 __ Bind(&entry_); in Emit() local
|
D | assembler_x86_64.h | 498 void Bind(Label* label);
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 600 ___ Bind(&exit); in LoadReferenceFromHandleScope() local 618 ___ Bind(exception->Entry()); in EmitExceptionPoll() local
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 281 void Bind(Label* label) OVERRIDE;
|
D | assembler_arm.cc | 825 __ Bind(&entry_); in Emit() local
|
D | assembler_arm32.cc | 504 Bind(&l); in MarkExceptionHandler() 1206 void Arm32Assembler::Bind(Label* label) { in Bind() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.h | 312 void Bind(Label* label) OVERRIDE;
|
D | assembler_arm.h | 605 virtual void Bind(Label* label) = 0;
|
D | assembler_thumb2.cc | 595 Bind(&l); in MarkExceptionHandler() 2084 void Thumb2Assembler::Bind(Label* label) { in Bind() function in art::arm::Thumb2Assembler
|