Searched refs:Bind (Results 1 - 22 of 22) sorted by relevance

/art/compiler/utils/
H A Dassembler_thumb_test.cc697 __ Bind(&l1);
703 __ Bind(&l2);
708 __ Bind(&l3);
715 __ Bind(&l4);
724 __ Bind(&l5);
741 __ Bind(&l1);
748 __ Bind(&l2);
753 __ Bind(&l3);
760 __ Bind(&l4);
769 __ Bind(
[all...]
/art/compiler/optimizing/
H A Dcode_generator_arm.h131 virtual void Bind(Label* label) OVERRIDE;
H A Dcode_generator_x86.h133 virtual void Bind(Label* label) OVERRIDE;
H A Dcode_generator_x86_64.h130 virtual void Bind(Label* label) OVERRIDE;
H A Dcode_generator.cc51 Bind(GetLabelOf(block));
80 Bind(GetLabelOf(block));
H A Dcode_generator_x86_64.cc71 __ Bind(GetEntryLabel());
87 __ Bind(GetEntryLabel());
107 __ Bind(GetEntryLabel());
240 void CodeGeneratorX86_64::Bind(Label* label) { function in class:art::x86_64::CodeGeneratorX86_64
241 __ Bind(label);
573 __ Bind(&greater);
576 __ Bind(&done);
1315 __ Bind(&is_null);
H A Dcode_generator.h93 virtual void Bind(Label* label) = 0;
H A Dcode_generator_arm.cc67 __ Bind(GetEntryLabel());
84 __ Bind(GetEntryLabel());
102 __ Bind(GetEntryLabel());
297 void CodeGeneratorARM::Bind(Label* label) { function in class:art::arm::CodeGeneratorARM
298 __ Bind(label);
1068 __ Bind(&greater);
1072 __ Bind(&less);
1075 __ Bind(&done);
1481 __ Bind(&is_null);
H A Dcode_generator_x86.cc67 __ Bind(GetEntryLabel());
82 __ Bind(GetEntryLabel());
101 __ Bind(GetEntryLabel());
268 void CodeGeneratorX86::Bind(Label* label) { function in class:art::x86::CodeGeneratorX86
269 __ Bind(label);
1038 __ Bind(&greater);
1042 __ Bind(&less);
1045 __ Bind(&done);
1144 __ Bind(&is_null);
/art/compiler/utils/mips/
H A Dassembler_mips.cc148 void MipsAssembler::Bind(Label* label, bool is_jump) { function in class:art::mips::MipsAssembler
852 Bind(&null_arg, false);
873 Bind(&null_arg, false);
894 Bind(&null_arg, false);
953 __ Bind(&entry_, false);
H A Dassembler_mips.h152 void Bind(Label* label, bool is_jump);
/art/compiler/utils/x86/
H A Dassembler_x86.cc1311 void X86Assembler::Bind(Label* label) { function in class:art::x86::X86Assembler
1756 Bind(&null_arg);
1774 Bind(&null_arg);
1795 Bind(&null_arg);
1845 __ Bind(&entry_);
H A Dassembler_x86.h456 void Bind(Label* label);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1507 void X86_64Assembler::Bind(Label* label) { function in class:art::x86_64::X86_64Assembler
2121 Bind(&null_arg);
2139 Bind(&null_arg);
2160 Bind(&null_arg);
2217 __ Bind(&entry_);
H A Dassembler_x86_64.h498 void Bind(Label* label);
/art/compiler/utils/arm64/
H A Dassembler_arm64.cc600 ___ Bind(&exit);
617 // Bind exception poll entry.
618 ___ Bind(exception->Entry());
/art/compiler/utils/arm/
H A Dassembler_arm.cc825 __ Bind(&entry_);
H A Dassembler_arm32.h281 void Bind(Label* label) OVERRIDE;
H A Dassembler_thumb2.h312 void Bind(Label* label) OVERRIDE;
H A Dassembler_arm32.cc504 Bind(&l);
1206 void Arm32Assembler::Bind(Label* label) { function in class:art::arm::Arm32Assembler
H A Dassembler_arm.h605 virtual void Bind(Label* label) = 0;
H A Dassembler_thumb2.cc595 Bind(&l);
2084 void Thumb2Assembler::Bind(Label* label) { function in class:art::arm::Thumb2Assembler

Completed in 132 milliseconds