Home
last modified time | relevance | path

Searched refs:NewBootImageMethodPatch (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.h583 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method,
H A Dcode_generator_arm_vixl.h718 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method);
H A Dcode_generator_arm64.h847 vixl::aarch64::Label* NewBootImageMethodPatch(MethodReference target_method,
H A Dcode_generator_riscv64.cc6637 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::riscv64::CodeGeneratorRISCV64
6947 NewBootImageMethodPatch(invoke->GetResolvedMethodReference()); in LoadMethod()
6950 NewBootImageMethodPatch(invoke->GetResolvedMethodReference(), info_high); in LoadMethod()
H A Dcode_generator_arm64.cc4997 NewBootImageMethodPatch(invoke->GetResolvedMethodReference()); in LoadMethod()
5001 NewBootImageMethodPatch(invoke->GetResolvedMethodReference(), adrp_label); in LoadMethod()
5275 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm_vixl.cc9551 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetResolvedMethodReference()); in LoadMethod()
9752 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::arm::CodeGeneratorARMVIXL