HomeSort by relevance Sort by last modified time
    Searched defs:TypeField (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
property-details.h 55 // Must fit in the BitField PropertyDetails::TypeField.
83 ASSERT(TypeField::is_valid(type));
87 value_ = TypeField::encode(type)
100 PropertyType type() { return TypeField::decode(value_); }
119 class TypeField: public BitField<PropertyType, 0, 4> {};
objects.h     [all...]
  /external/chromium_org/v8/src/
property-details.h 63 // Must fit in the BitField PropertyDetails::TypeField.
172 value_ = TypeField::encode(type)
184 value_ = TypeField::encode(type)
215 PropertyType type() { return TypeField::decode(value_); }
247 class TypeField: public BitField<PropertyType, 0, 3> {};
objects.h     [all...]
  /art/compiler/utils/arm/
constants_arm.h 228 // int type = instr->TypeField();
271 inline int TypeField() const { return Bits(kTypeShift, kTypeBits); }
404 CHECK_EQ(TypeField(), 7);
413 CHECK_EQ(TypeField(), 6);
421 CHECK_EQ(TypeField(), 6);

Completed in 132 milliseconds