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

/art/compiler/utils/arm/
H A Dassembler_arm32.cc563 Bind(&l);
1329 void Arm32Assembler::Bind(Label* label) { function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc1158 Bind(&l);
3272 void Thumb2Assembler::Bind(Label* label) { function in class:art::arm::Thumb2Assembler
/art/compiler/optimizing/
H A Dcode_generator_mips64.cc115 __ Bind(GetEntryLabel());
150 __ Bind(GetEntryLabel());
184 __ Bind(GetEntryLabel());
238 __ Bind(GetEntryLabel());
270 __ Bind(GetEntryLabel());
297 __ Bind(GetEntryLabel());
341 __ Bind(GetEntryLabel());
387 __ Bind(GetEntryLabel());
519 __ Bind(&frame_entry_label_);
627 void CodeGeneratorMIPS64::Bind(HBasicBloc function in class:art::mips64::CodeGeneratorMIPS64
[all...]
H A Dcode_generator_arm64.cc228 __ Bind(GetEntryLabel());
258 __ Bind(GetEntryLabel());
290 __ Bind(GetEntryLabel());
344 __ Bind(GetEntryLabel());
372 __ Bind(GetEntryLabel());
397 __ Bind(GetEntryLabel());
446 __ Bind(GetEntryLabel());
495 __ Bind(GetEntryLabel());
516 __ Bind(GetEntryLabel());
563 __ Bind(
1059 void CodeGeneratorARM64::Bind(HBasicBlock* block) { function in class:art::arm64::CodeGeneratorARM64
[all...]
H A Dcode_generator_mips.cc154 __ Bind(GetEntryLabel());
190 __ Bind(GetEntryLabel());
225 __ Bind(GetEntryLabel());
283 __ Bind(GetEntryLabel());
316 __ Bind(GetEntryLabel());
344 __ Bind(GetEntryLabel());
389 __ Bind(GetEntryLabel());
440 __ Bind(GetEntryLabel());
673 __ Bind(&frame_entry_label_);
803 void CodeGeneratorMIPS::Bind(HBasicBloc function in class:art::mips::CodeGeneratorMIPS
[all...]
H A Dcode_generator_arm.cc71 __ Bind(GetEntryLabel());
95 __ Bind(GetEntryLabel());
120 __ Bind(GetEntryLabel());
163 __ Bind(GetEntryLabel());
205 __ Bind(GetEntryLabel());
258 __ Bind(GetEntryLabel());
292 __ Bind(GetEntryLabel());
349 __ Bind(GetEntryLabel());
370 __ Bind(GetEntryLabel());
433 __ Bind(GetEntryLabe
952 void CodeGeneratorARM::Bind(HBasicBlock* block) { function in class:art::arm::CodeGeneratorARM
[all...]
H A Dcode_generator_x86.cc59 __ Bind(GetEntryLabel());
85 __ Bind(GetEntryLabel());
111 __ Bind(GetEntryLabel());
135 __ Bind(GetEntryLabel());
172 __ Bind(GetEntryLabel());
214 __ Bind(GetEntryLabel());
250 __ Bind(GetEntryLabel());
307 __ Bind(GetEntryLabel());
366 __ Bind(GetEntryLabel());
387 __ Bind(GetEntryLabe
894 void CodeGeneratorX86::Bind(HBasicBlock* block) { function in class:art::x86::CodeGeneratorX86
[all...]
H A Dcode_generator_x86_64.cc63 __ Bind(GetEntryLabel());
89 __ Bind(GetEntryLabel());
115 __ Bind(GetEntryLabel());
150 __ Bind(GetEntryLabel());
191 __ Bind(GetEntryLabel());
234 __ Bind(GetEntryLabel());
291 __ Bind(GetEntryLabel());
327 __ Bind(GetEntryLabel());
387 __ Bind(GetEntryLabel());
408 __ Bind(GetEntryLabe
1119 void CodeGeneratorX86_64::Bind(HBasicBlock* block) { function in class:art::x86_64::CodeGeneratorX86_64
[all...]
/art/compiler/utils/x86/
H A Dassembler_x86.cc1788 void X86Assembler::Bind(Label* label) { function in class:art::x86::X86Assembler
1801 void X86Assembler::Bind(NearLabel* label) { function in class:art::x86::X86Assembler
2302 Bind(&null_arg);
2320 Bind(&null_arg);
2341 Bind(&null_arg);
2391 __ Bind(&entry_);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2349 void X86_64Assembler::Bind(Label* label) { function in class:art::x86_64::X86_64Assembler
2362 void X86_64Assembler::Bind(NearLabel* label) { function in class:art::x86_64::X86_64Assembler
3060 Bind(&null_arg);
3078 Bind(&null_arg);
3099 Bind(&null_arg);
3156 __ Bind(&entry_);
/art/compiler/utils/mips/
H A Dassembler_mips.cc1860 void MipsAssembler::Bind(MipsLabel* label) { function in class:art::mips::MipsAssembler
2800 Bind(&null_arg);
2820 Bind(&null_arg);
2841 Bind(&null_arg);
2904 Bind(exception->Entry());
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1525 void Mips64Assembler::Bind(Mips64Label* label) { function in class:art::mips64::Mips64Assembler
2351 Bind(&null_arg);
2372 Bind(&null_arg);
2393 Bind(&null_arg);
2456 Bind(exception->Entry());

Completed in 304 milliseconds