Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.h582 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method,
Dcode_generator_arm_vixl.h711 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method);
Dcode_generator_arm64.h804 vixl::aarch64::Label* NewBootImageMethodPatch(MethodReference target_method,
Dcode_generator_arm64.cc4873 NewBootImageMethodPatch(invoke->GetResolvedMethodReference()); in LoadMethod()
4877 NewBootImageMethodPatch(invoke->GetResolvedMethodReference(), adrp_label); in LoadMethod()
5138 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::arm64::CodeGeneratorARM64
Dcode_generator_riscv64.cc6510 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::riscv64::CodeGeneratorRISCV64
6810 NewBootImageMethodPatch(invoke->GetResolvedMethodReference()); in LoadMethod()
6813 NewBootImageMethodPatch(invoke->GetResolvedMethodReference(), info_high); in LoadMethod()
Dcode_generator_arm_vixl.cc9495 PcRelativePatchInfo* labels = NewBootImageMethodPatch(invoke->GetResolvedMethodReference()); in LoadMethod()
9688 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageMethodPatch( in NewBootImageMethodPatch() function in art::arm::CodeGeneratorARMVIXL