Searched defs:block_labels_ (Results 1 - 6 of 6) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.h311 return CommonGetLabelOf<MipsLabel>(block_labels_, block);
315 block_labels_ = CommonInitializeLabels<MipsLabel>();
371 MipsLabel* block_labels_; member in class:art::mips::CodeGeneratorMIPS
H A Dcode_generator_mips64.h304 return CommonGetLabelOf<Mips64Label>(block_labels_, block);
308 block_labels_ = CommonInitializeLabels<Mips64Label>();
363 Mips64Label* block_labels_; // Indexed by block id. member in class:art::mips64::CodeGeneratorMIPS64
H A Dcode_generator_x86_64.h375 return CommonGetLabelOf<Label>(block_labels_, block);
379 block_labels_ = CommonInitializeLabels<Label>();
550 Label* block_labels_; // Indexed by block id. member in class:art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_arm.h384 return CommonGetLabelOf<Label>(block_labels_, block);
388 block_labels_ = CommonInitializeLabels<Label>();
549 Label* block_labels_; // Indexed by block id. member in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.h357 return &(block_labels_[block->GetBlockId()]);
417 block_labels_.resize(GetGraph()->GetBlocks().size());
622 ArenaDeque<vixl::Label> block_labels_; // Indexed by block id. member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_x86.h424 return CommonGetLabelOf<Label>(block_labels_, block);
428 block_labels_ = CommonInitializeLabels<Label>();
579 Label* block_labels_; // Indexed by block id. member in class:art::x86::CodeGeneratorX86

Completed in 95 milliseconds