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

  /external/v8/src/
lithium.h 51 LOperand() : value_(KindField::encode(INVALID)) { }
53 Kind kind() const { return KindField::decode(value_); }
67 value_ = KindField::encode(kind);
78 class KindField : public BitField<Kind, 0, kKindFieldWidth> { };
125 // The superclass has a KindField. Some policies have a signed fixed
objects.h     [all...]

Completed in 101 milliseconds