Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h118 using VIXLUInt32Literal = vixl::aarch32::Literal<uint32_t>; variable
630 VIXLUInt32Literal* DeduplicateBootImageAddressLiteral(uint32_t address);
631 VIXLUInt32Literal* DeduplicateJitStringLiteral(const DexFile& dex_file,
634 VIXLUInt32Literal* DeduplicateJitClassLiteral(const DexFile& dex_file,
883 using Uint32ToLiteralMap = ArenaSafeMap<uint32_t, VIXLUInt32Literal*>;
885 VIXLUInt32Literal*,
888 VIXLUInt32Literal*,
898 VIXLUInt32Literal* DeduplicateUint32Literal(uint32_t value, Uint32ToLiteralMap* map);
Dcode_generator_arm_vixl.cc9300 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateBootImageAddressLiteral(uint32_t address) { in DeduplicateBootImageAddressLiteral()
9304 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateJitStringLiteral( in DeduplicateJitStringLiteral()
9316 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateJitClassLiteral(const DexFile& dex_file, in DeduplicateJitClassLiteral()
9493 VIXLUInt32Literal* CodeGeneratorARMVIXL::DeduplicateUint32Literal( in DeduplicateUint32Literal()
9693 VIXLUInt32Literal* literal, in PatchJitRootUse()
9706 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches()
9712 VIXLUInt32Literal* table_entry_literal = entry.second; in EmitJitRootPatches()