Searched defs:GetLabelOf (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_x86_64.h355 return GetLabelOf(block)->Position();
379 Label* GetLabelOf(HBasicBlock* block) const { function in class:art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_arm.h361 return GetLabelOf(block)->Position();
419 Label* GetLabelOf(HBasicBlock* block) const { function in class:art::arm::CodeGeneratorARM
H A Dcode_generator_mips.h378 return assembler_.GetLabelLocation(GetLabelOf(block));
498 MipsLabel* GetLabelOf(HBasicBlock* block) const { function in class:art::mips::CodeGeneratorMIPS
H A Dcode_generator_mips64.h341 return assembler_.GetLabelLocation(GetLabelOf(block));
458 Mips64Label* GetLabelOf(HBasicBlock* block) const { function in class:art::mips64::CodeGeneratorMIPS64
H A Dcode_generator_x86.h373 return GetLabelOf(block)->Position();
450 Label* GetLabelOf(HBasicBlock* block) const { function in class:art::x86::CodeGeneratorX86
H A Dcode_generator_arm64.h407 vixl::aarch64::Label* GetLabelOf(HBasicBlock* block) { function in class:art::arm64::CodeGeneratorARM64
423 vixl::aarch64::Label* block_entry_label = GetLabelOf(block);
H A Dcode_generator_arm_vixl.h456 vixl::aarch32::Label* block_entry_label = GetLabelOf(block);
504 vixl::aarch32::Label* GetLabelOf(HBasicBlock* block) { function in class:art::arm::CodeGeneratorARMVIXL

Completed in 162 milliseconds