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

  /external/chromium_org/v8/src/
property-details.h 45 // Must fit in the BitField PropertyDetails::TypeField.
189 value_ = TypeField::encode(type)
201 value_ = TypeField::encode(type)
232 PropertyType type() const { return TypeField::decode(value_); }
264 class TypeField : public BitField<PropertyType, 0, 2> {};
objects.h     [all...]
  /art/compiler/utils/arm/
constants_arm.h 228 // int type = instr->TypeField();
271 int TypeField() const { return Bits(kTypeShift, kTypeBits); }
404 CHECK_EQ(TypeField(), 7);
413 CHECK_EQ(TypeField(), 6);
421 CHECK_EQ(TypeField(), 6);

Completed in 70 milliseconds