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

/art/compiler/utils/arm/
H A Dassembler_arm32.cc573 Bind(&l);
1317 void Arm32Assembler::Bind(Label* label) { function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc677 Bind(&l);
2249 void Thumb2Assembler::Bind(Label* label) { function in class:art::arm::Thumb2Assembler
/art/compiler/utils/mips/
H A Dassembler_mips.cc149 void MipsAssembler::Bind(Label* label, bool is_jump) { function in class:art::mips::MipsAssembler
868 Bind(&null_arg, false);
889 Bind(&null_arg, false);
910 Bind(&null_arg, false);
969 __ Bind(&entry_, false);
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc792 void Mips64Assembler::Bind(Label* label) { function in class:art::mips64::Mips64Assembler
1437 Bind(&null_arg);
1458 Bind(&null_arg);
1479 Bind(&null_arg);
1538 __ Bind(&entry_);
/art/compiler/utils/x86/
H A Dassembler_x86.cc1606 void X86Assembler::Bind(Label* label) { function in class:art::x86::X86Assembler
2086 Bind(&null_arg);
2104 Bind(&null_arg);
2125 Bind(&null_arg);
2175 __ Bind(&entry_);
/art/compiler/optimizing/
H A Dcode_generator_arm.cc65 __ Bind(GetEntryLabel());
81 __ Bind(GetEntryLabel());
98 __ Bind(GetEntryLabel());
141 __ Bind(GetEntryLabel());
178 __ Bind(GetEntryLabel());
224 __ Bind(GetEntryLabel());
260 __ Bind(GetEntryLabel());
302 __ Bind(GetEntryLabel());
529 __ Bind(&frame_entry_label_);
579 void CodeGeneratorARM::Bind(HBasicBloc function in class:art::arm::CodeGeneratorARM
[all...]
H A Dcode_generator_arm64.cc119 __ Bind(GetEntryLabel());
145 __ Bind(GetEntryLabel());
170 __ Bind(GetEntryLabel());
222 __ Bind(GetEntryLabel());
249 __ Bind(GetEntryLabel());
269 __ Bind(GetEntryLabel());
319 __ Bind(GetEntryLabel());
362 __ Bind(GetEntryLabel());
485 __ Bind(&frame_entry_label_);
531 void CodeGeneratorARM64::Bind(HBasicBloc function in class:art::arm64::CodeGeneratorARM64
[all...]
H A Dcode_generator_mips64.cc120 __ Bind(GetEntryLabel());
151 __ Bind(GetEntryLabel());
178 __ Bind(GetEntryLabel());
230 __ Bind(GetEntryLabel());
261 __ Bind(GetEntryLabel());
283 __ Bind(GetEntryLabel());
331 __ Bind(GetEntryLabel());
381 __ Bind(GetEntryLabel());
481 __ Bind(&frame_entry_label_);
588 void CodeGeneratorMIPS64::Bind(HBasicBloc function in class:art::mips64::CodeGeneratorMIPS64
[all...]
H A Dcode_generator_x86.cc53 __ Bind(GetEntryLabel());
68 __ Bind(GetEntryLabel());
83 __ Bind(GetEntryLabel());
109 __ Bind(GetEntryLabel());
139 __ Bind(GetEntryLabel());
177 __ Bind(GetEntryLabel());
209 __ Bind(GetEntryLabel());
264 __ Bind(GetEntryLabel());
310 __ Bind(GetEntryLabel());
475 __ Bind(
525 void CodeGeneratorX86::Bind(HBasicBlock* block) { function in class:art::x86::CodeGeneratorX86
[all...]
H A Dcode_generator_x86_64.cc56 __ Bind(GetEntryLabel());
72 __ Bind(GetEntryLabel());
89 __ Bind(GetEntryLabel());
122 __ Bind(GetEntryLabel());
161 __ Bind(GetEntryLabel());
198 __ Bind(GetEntryLabel());
246 __ Bind(GetEntryLabel());
283 __ Bind(GetEntryLabel());
330 __ Bind(GetEntryLabel());
511 __ Bind(
583 void CodeGeneratorX86_64::Bind(HBasicBlock* block) { function in class:art::x86_64::CodeGeneratorX86_64
[all...]
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2095 void X86_64Assembler::Bind(Label* label) { function in class:art::x86_64::X86_64Assembler
2776 Bind(&null_arg);
2794 Bind(&null_arg);
2815 Bind(&null_arg);
2872 __ Bind(&entry_);

Completed in 333 milliseconds