Lines Matching refs:Field
483 template<typename Field>
485 static const int shift = Field::kShift;
486 static const int mask = Field::kMask >> Field::kShift;
493 template<typename Field>
495 static const int shift = Field::kShift;
496 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize;
601 // Allocate a raw cons string object. Only the map field of the result is
608 // Allocate a raw sliced string object. Only the map field of the result is
635 // Check a boolean-bit of a Smi field.
658 // Picks out an array index from the hash field.
966 // Generate an Operand for loading a field from an object.
971 // Generate an Operand for loading an indexed field from an object.