Searched refs:NewBootImageMethodPatch (Results 1 – 4 of 4) sorted by relevance
614 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method);
716 vixl::aarch64::Label* NewBootImageMethodPatch(MethodReference target_method,
4433 vixl::aarch64::Label* adrp_label = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()4437 NewBootImageMethodPatch(invoke->GetTargetMethod(), adrp_label); in GenerateStaticOrDirectCall()4647 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::arm64::CodeGeneratorARM64
9076 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()9235 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::arm::CodeGeneratorARMVIXL