Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector.h88 SetPackedField<TypeField>(packed_type); in HVecOperation()
109 return GetPackedField<TypeField>(); in GetPackedType()
193 using TypeField = BitField<DataType::Type, kFieldType, kFieldTypeSize>; variable
Dnodes.h2650 this->template SetPackedField<TypeField>(type);
2655 return TypeField::Decode(this->GetPackedFields()); in GetType()
2665 using TypeField = BitField<DataType::Type, kFieldType, kFieldTypeSize>; variable
2717 SetPackedField<TypeField>(ToPhiType(type)); in HVariableInputSizeInstruction()
2735 DataType::Type GetType() const OVERRIDE { return GetPackedField<TypeField>(); } in GetType()
2744 SetPackedField<TypeField>(new_type); in SetType()
2801 using TypeField = BitField<DataType::Type, kFieldType, kFieldTypeSize>; variable
5612 SetPackedField<TypeField>(new_type); in SetType()
5750 SetPackedField<TypeField>(new_type); in SetType()
6488 SetPackedField<TypeField>(new_type); in SetType()