Searched refs:NewBootImageRelRoPatch (Results 1 – 6 of 6) sorted by relevance
580 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset,
710 PcRelativePatchInfo* NewBootImageRelRoPatch(uint32_t boot_image_offset);
797 vixl::aarch64::Label* NewBootImageRelRoPatch(uint32_t boot_image_offset,
5131 vixl::aarch64::Label* CodeGeneratorARM64::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::arm64::CodeGeneratorARM645283 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()
6504 CodeGeneratorRISCV64::PcRelativePatchInfo* CodeGeneratorRISCV64::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::riscv64::CodeGeneratorRISCV646754 PcRelativePatchInfo* info_high = NewBootImageRelRoPatch(boot_image_offset); in LoadBootImageRelRoEntry()6756 PcRelativePatchInfo* info_low = NewBootImageRelRoPatch(boot_image_offset, info_high); in LoadBootImageRelRoEntry()
9681 CodeGeneratorARMVIXL::PcRelativePatchInfo* CodeGeneratorARMVIXL::NewBootImageRelRoPatch( in NewBootImageRelRoPatch() function in art::arm::CodeGeneratorARMVIXL9804 CodeGeneratorARMVIXL::PcRelativePatchInfo* labels = NewBootImageRelRoPatch(boot_image_offset); in LoadBootImageRelRoEntry()