Searched defs:Bind (Results 1 - 8 of 8) sorted by relevance

/art/compiler/optimizing/
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);
1037 __ Bind(&greater);
1041 __ Bind(&less);
1044 __ Bind(&done);
1143 __ Bind(&is_null);
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);
1314 __ Bind(&is_null);
/art/compiler/utils/arm/
H A Dassembler_arm32.cc504 Bind(&l);
1206 void Arm32Assembler::Bind(Label* label) { function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc595 Bind(&l);
2084 void Thumb2Assembler::Bind(Label* label) { function in class:art::arm::Thumb2Assembler
/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);
/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_);
/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_);

Completed in 873 milliseconds