Searched refs:DeduplicateBootImageAddressLiteral (Results 1 – 4 of 4) sorted by relevance
633 VIXLUInt32Literal* DeduplicateBootImageAddressLiteral(uint32_t address);
799 vixl::aarch64::Literal<uint32_t>* DeduplicateBootImageAddressLiteral(uint64_t address);
4912 vixl::aarch64::Literal<uint32_t>* CodeGeneratorARM64::DeduplicateBootImageAddressLiteral( in DeduplicateBootImageAddressLiteral() function in art::arm64::CodeGeneratorARM644981 __ Ldr(reg.W(), DeduplicateBootImageAddressLiteral(reinterpret_cast<uintptr_t>(address))); in LoadBootImageAddress()5345 __ Ldr(out.W(), codegen_->DeduplicateBootImageAddressLiteral(address)); in VisitLoadClass()5525 __ Ldr(out.W(), codegen_->DeduplicateBootImageAddressLiteral(address)); in VisitLoadString()
7504 __ Ldr(out, codegen_->DeduplicateBootImageAddressLiteral(address)); in VisitLoadClass()7733 __ Ldr(out, codegen_->DeduplicateBootImageAddressLiteral(address)); in VisitLoadString()9449 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateBootImageAddressLiteral(uint32_t address) { in DeduplicateBootImageAddressLiteral() function in art::arm::CodeGeneratorARMVIXL9493 __ Ldr(reg, DeduplicateBootImageAddressLiteral(dchecked_integral_cast<uint32_t>(address))); in LoadBootImageAddress()