Searched refs:NewBootImageTypePatch (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.h | 629 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file,
|
D | code_generator_mips64.h | 599 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file,
|
D | code_generator_arm64.h | 604 vixl::aarch64::Label* NewBootImageTypePatch(const DexFile& dex_file,
|
D | code_generator_arm_vixl.h | 585 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
|
D | code_generator_mips64.cc | 1608 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()
|
D | code_generator_mips.cc | 1681 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()
|
D | code_generator_arm_vixl.cc | 7013 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()
|