Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.h580 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset,
Dcode_generator_arm_vixl.h710 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
Dcode_generator_arm64.h797 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset,
Dcode_generator_arm64.cc5131 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::arm64::CodeGeneratorARM64
5283 vixl::aarch64::Label* adrp_label = NewBootImageRelRoPatch(boot_image_offset); in LoadBootImageRelRoEntry()
5286 vixl::aarch64::Label* ldr_label = NewBootImageRelRoPatch(boot_image_offset, adrp_label); in LoadBootImageRelRoEntry()
Dcode_generator_riscv64.cc6504 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::riscv64::CodeGeneratorRISCV64
6754 PcRelativePatchInfo* info_high = NewBootImageRelRoPatch(boot_image_offset); in LoadBootImageRelRoEntry()
6756 PcRelativePatchInfo* info_low = NewBootImageRelRoPatch(boot_image_offset, info_high); in LoadBootImageRelRoEntry()
Dcode_generator_arm_vixl.cc9681 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::arm::CodeGeneratorARMVIXL
9804 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = NewBootImageRelRoPatch(boot_image_offset); in LoadBootImageRelRoEntry()