Home
last modified time | relevance | path

Searched refs:VIXLUInt32Literal (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h120 using VIXLUInt32Literal = vixl::aarch32::Literal<uint32_t>; variable
728 VIXLUInt32Literal* DeduplicateBootImageAddressLiteral(uint32_t address);
729 VIXLUInt32Literal* DeduplicateJitStringLiteral(const DexFile& dex_file,
732 VIXLUInt32Literal* DeduplicateJitClassLiteral(const DexFile& dex_file,
994 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, VIXLUInt32Literal*>;
996 VIXLUInt32Literal*,
999 VIXLUInt32Literal*,
1009 VIXLUInt32Literal* DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map);
Dcode_generator_arm_vixl.cc9775 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateBootImageAddressLiteral(uint32_t address) { in DeduplicateBootImageAddressLiteral()
9779 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateJitStringLiteral( in DeduplicateJitStringLiteral()
9791 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateJitClassLiteral(const DexFile& dex_file, in DeduplicateJitClassLiteral()
9997 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateUint32Literal( in DeduplicateUint32Literal()
10189 VIXLUInt32Literal* literal, in PatchJitRootUse()
10202 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches()
10208 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches()