Searched refs:DeduplicateUint32Literal (Results 1 – 7 of 7) sorted by relevance
681 Literal* DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map);
641 Literal* DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map);
849 vixl::aarch64::Literal<uint32_t>* DeduplicateUint32Literal(uint32_t value);
852 VIXLUInt32Literal* DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map);
1646 Literal* CodeGeneratorMIPS64::DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map) { in DeduplicateUint32Literal() function in art::mips64::CodeGeneratorMIPS641659 return DeduplicateUint32Literal(dchecked_integral_cast<uint32_t>(address), &uint32_literals_); in DeduplicateBootImageAddressLiteral()
8887 return DeduplicateUint32Literal(address, &uint32_literals_); in DeduplicateBootImageAddressLiteral()9062 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateUint32Literal( in DeduplicateUint32Literal() function in art::arm::CodeGeneratorARMVIXL
1719 Literal* CodeGeneratorMIPS::DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map) { in DeduplicateUint32Literal() function in art::mips::CodeGeneratorMIPS1726 return DeduplicateUint32Literal(dchecked_integral_cast<uint32_t>(address), &uint32_literals_); in DeduplicateBootImageAddressLiteral()