Home
last modified time | relevance | path

Searched refs:NewBootImageTypePatch (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.h629 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file,
Dcode_generator_mips64.h599 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file,
Dcode_generator_arm64.h604 vixl::aarch64::Label* NewBootImageTypePatch(const DexFile& dex_file,
Dcode_generator_arm_vixl.h585 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
Dcode_generator_mips64.cc1608 CodeGeneratorMIPS64::PcRelativePatchInfo* CodeGeneratorMIPS64::NewBootImageTypePatch( in NewBootImageTypePatch() function in art::mips64::CodeGeneratorMIPS64
1709 PcRelativePatchInfo* info_high = NewBootImageTypePatch(*target_method.dex_file, type_idx); in AllocateInstanceForIntrinsic()
1711 NewBootImageTypePatch(*target_method.dex_file, type_idx, info_high); in AllocateInstanceForIntrinsic()
6279 codegen_->NewBootImageTypePatch(cls->GetDexFile(), cls->GetTypeIndex()); in VisitLoadClass()
6281 codegen_->NewBootImageTypePatch(cls->GetDexFile(), cls->GetTypeIndex(), info_high); in VisitLoadClass()
Dcode_generator_mips.cc1681 CodeGeneratorMIPS::PcRelativePatchInfo* CodeGeneratorMIPS::NewBootImageTypePatch( in NewBootImageTypePatch() function in art::mips::CodeGeneratorMIPS
1793 PcRelativePatchInfo* info_high = NewBootImageTypePatch(*target_method.dex_file, type_idx); in AllocateInstanceForIntrinsic()
1795 NewBootImageTypePatch(*target_method.dex_file, type_idx, info_high); in AllocateInstanceForIntrinsic()
8223 codegen_->NewBootImageTypePatch(cls->GetDexFile(), cls->GetTypeIndex()); in VisitLoadClass()
8225 codegen_->NewBootImageTypePatch(cls->GetDexFile(), cls->GetTypeIndex(), info_high); in VisitLoadClass()
Dcode_generator_arm_vixl.cc7013 codegen_->NewBootImageTypePatch(cls->GetDexFile(), cls->GetTypeIndex()); in VisitLoadClass()
8844 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageTypePatch( in NewBootImageTypePatch() function in art::arm::CodeGeneratorARMVIXL
8944 PcRelativePatchInfo* labels = NewBootImageTypePatch(*target_method.dex_file, type_idx); in AllocateInstanceForIntrinsic()