Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h614 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method);
Dcode_generator_arm64.h716 vixl::aarch64::Label* NewBootImageMethodPatch(MethodReference target_method,
Dcode_generator_arm64.cc4433 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
Dcode_generator_arm_vixl.cc9076 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()
9235 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::arm::CodeGeneratorARMVIXL