Home
last modified time | relevance | path

Searched refs:kLiteral (Results 1 – 15 of 15) sorted by relevance

/art/compiler/dex/quick/
Dresource_mask.cc40 static_assert(kNoRegMasks[127-ResourceMask::kLiteral].Equals(
67 DEFINE_LIST_32(OneRegOneSpecial<ResourceMask::kLiteral>),
81 static_assert(kSingleRegMasks[SingleRegMaskIndex(127-ResourceMask::kLiteral, 0)].Equals(
82 OneRegOneSpecial<ResourceMask::kLiteral>(0)), "kSingleRegMasks literal index unexpected");
Dresource_mask.h50 kLiteral = 125, // Literal pool memory reference. enumerator
150 constexpr ResourceMask kEncodeLiteral = ResourceMask::Bit(ResourceMask::kLiteral);
Dmir_to_lir-inl.h201 DCHECK(mem_ref_type_ != ResourceMask::kLiteral); in SetupResourceMasks()
Dcodegen_util.cc157 case ResourceMask::kLiteral: in SetMemRefType()
159 mask.SetBit(ResourceMask::kLiteral); in SetMemRefType()
/art/compiler/dex/quick/mips/
DREADME.mips34 o We could likely assign the 4 non-register bits (kDalvikReg, kLiteral,
Dtarget_mips.cc494 if (mask.HasBit(ResourceMask::kLiteral)) { in DumpResourceMask()
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc129 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in LoadFPConstantValue()
155 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in LoadFPConstantValueWide()
532 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in LoadConstantWide()
Dtarget_arm64.cc576 if (mask.HasBit(ResourceMask::kLiteral)) { in DumpResourceMask()
Dint_arm64.cc941 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in OpPcRelLoad()
/art/compiler/dex/quick/arm/
Dutility_arm.cc96 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in LoadFPConstantValue()
730 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in LoadConstantWide()
Dtarget_arm.cc545 if (mask.HasBit(ResourceMask::kLiteral)) { in DumpResourceMask()
Dint_arm.cc1090 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in OpPcRelLoad()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc448 if (mask.HasBit(ResourceMask::kLiteral)) { in DumpResourceMask()
1571 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in AppendOpcodeWithConst()
Dutility_x86.cc589 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in LoadConstantWide()
Dint_x86.cc1377 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in OpPcRelLoad()
1389 ScopedMemRefType mem_ref_type(this, ResourceMask::kLiteral); in OpPcRelLoad()