Home
last modified time | relevance | path

Searched refs:SetPackedField (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiled_method.h90 void SetPackedField(typename BitFieldType::value_type value) { in SetPackedField() function
139 SetPackedField<IsIntrinsicField>(/* value= */ true); in MarkAsIntrinsic()
/art/compiler/optimizing/
Dnodes_vector.h89 SetPackedField<PackedTypeField>(packed_type); in HVecOperation()
91 SetPackedField<PredicationKindField>(PredicationKind::kNotPredicated); in HVecOperation()
129 SetPackedField<PredicationKindField>(pred_kind); in SetGoverningPredicate()
418 SetPackedField<TypeField>(packed_type); in HVecExtractScalar()
1268 SetPackedField<TypeField>(kSIMDPredType); in HVecPredSetOperation()
1361 SetPackedField<CondKindField>(cond); in HVecPredWhile()
1428 SetPackedField<TypeField>(DataType::Type::kBool); in HVecPredCondition()
1429 SetPackedField<CondKindField>(pred_cond); in HVecPredCondition()
Dnodes.h2114 SetPackedField<InstructionKindField>(kind); in HInstruction()
2115 SetPackedField<TypeField>(type); in HInstruction()
2526 void SetPackedField(typename BitFieldType::value_type value) { in SetPackedField() function
2878 SetPackedField<TypeField>(new_type); in SetType()
3271 SetPackedField<BoundaryKindField>(kind);
3336 SetPackedField<DeoptimizeKindField>(kind); in HDeoptimize()
3361 SetPackedField<DeoptimizeKindField>(kind); in HDeoptimize()
3471 SetPackedField<TableKindField>(kind); in HClassTableGet()
3695 SetPackedField<ComparisonBiasField>(ComparisonBias::kNoBias); in HBinaryOperation()
3712 void SetBias(ComparisonBias bias) { SetPackedField<ComparisonBiasField>(bias); } in SetBias()
[all …]