Searched refs:NewBootImageTypePatch (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 616 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
|
D | code_generator_arm64.h | 730 vixl::aarch64::Label* NewBootImageTypePatch(const DexFile& dex_file,
|
D | code_generator_arm64.cc | 4661 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageTypePatch( in NewBootImageTypePatch() function in art::arm64::CodeGeneratorARM64 4811 vixl::aarch64::Label* adrp_label = NewBootImageTypePatch(*target_method.dex_file, type_idx); in AllocateInstanceForIntrinsic() 4815 NewBootImageTypePatch(*target_method.dex_file, type_idx, adrp_label); in AllocateInstanceForIntrinsic() 5086 vixl::aarch64::Label* adrp_label = codegen_->NewBootImageTypePatch(dex_file, type_index); in VisitLoadClass() 5090 codegen_->NewBootImageTypePatch(dex_file, type_index, adrp_label); in VisitLoadClass()
|
D | code_generator_arm_vixl.cc | 7383 codegen_->NewBootImageTypePatch(cls->GetDexFile(), cls->GetTypeIndex()); in VisitLoadClass() 9247 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageTypePatch( in NewBootImageTypePatch() function in art::arm::CodeGeneratorARMVIXL 9358 PcRelativePatchInfo* labels = NewBootImageTypePatch(*target_method.dex_file, type_idx); in AllocateInstanceForIntrinsic()
|