Home
last modified time | relevance | path

Searched refs:DeduplicateUint32Literal (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h913 VIXLUInt32Literal* DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map);
Dcode_generator_arm64.h1041 vixl::aarch64::Literal<uint32_t>* DeduplicateUint32Literal(uint32_t value);
Dcode_generator_arm64.cc4914 return DeduplicateUint32Literal(dchecked_integral_cast<uint32_t>(address)); in DeduplicateBootImageAddressLiteral()
5151 vixl::aarch64::Literal<uint32_t>* CodeGeneratorARM64::DeduplicateUint32Literal(uint32_t value) { in DeduplicateUint32Literal() function in art::arm64::CodeGeneratorARM64
Dcode_generator_arm_vixl.cc9450 return DeduplicateUint32Literal(address, &uint32_literals_); in DeduplicateBootImageAddressLiteral()
9663 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateUint32Literal( in DeduplicateUint32Literal() function in art::arm::CodeGeneratorARMVIXL