Searched refs:NewPcRelativeTypePatch (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h487 PcRelativePatchInfo* NewPcRelativeTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
H A Dcode_generator_mips.h585 PcRelativePatchInfo* NewPcRelativeTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
H A Dcode_generator_mips64.h545 PcRelativePatchInfo* NewPcRelativeTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
H A Dcode_generator_arm64.h563 vixl::aarch64::Label* NewPcRelativeTypePatch(const DexFile& dex_file,
H A Dcode_generator_arm_vixl.h571 PcRelativePatchInfo* NewPcRelativeTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
H A Dcode_generator_arm64.cc4595 vixl::aarch64::Label* CodeGeneratorARM64::NewPcRelativeTypePatch( function in class:art::arm64::CodeGeneratorARM64
4927 vixl::aarch64::Label* adrp_label = codegen_->NewPcRelativeTypePatch(dex_file, type_index);
4931 codegen_->NewPcRelativeTypePatch(dex_file, type_index, adrp_label);
H A Dcode_generator_mips64.cc1494 CodeGeneratorMIPS64::PcRelativePatchInfo* CodeGeneratorMIPS64::NewPcRelativeTypePatch( function in class:art::mips64::CodeGeneratorMIPS64
5153 codegen_->NewPcRelativeTypePatch(cls->GetDexFile(), cls->GetTypeIndex());
H A Dcode_generator_arm.cc6754 codegen_->NewPcRelativeTypePatch(cls->GetDexFile(), cls->GetTypeIndex());
8367 CodeGeneratorARM::PcRelativePatchInfo* CodeGeneratorARM::NewPcRelativeTypePatch( function in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm_vixl.cc6816 codegen_->NewPcRelativeTypePatch(cls->GetDexFile(), cls->GetTypeIndex());
8486 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewPcRelativeTypePatch( function in class:art::arm::CodeGeneratorARMVIXL
H A Dcode_generator_mips.cc1613 CodeGeneratorMIPS::PcRelativePatchInfo* CodeGeneratorMIPS::NewPcRelativeTypePatch( function in class:art::mips::CodeGeneratorMIPS
7151 codegen_->NewPcRelativeTypePatch(cls->GetDexFile(), cls->GetTypeIndex());

Completed in 132 milliseconds