Home
last modified time | relevance | path

Searched defs:TypeField (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/arm/
Dconstants_arm.h276 int TypeField() const { return Bits(kTypeShift, kTypeBits); } in TypeField() function
/art/compiler/optimizing/
Dnodes_vector.h108 using TypeField = BitField<Primitive::Type, kFieldType, kFieldTypeSize>; variable
Dnodes.h2506 using TypeField = BitField<Primitive::Type, kFieldType, kFieldTypeSize>; variable
2624 using TypeField = BitField<Primitive::Type, kFieldType, kFieldTypeSize>; variable