Lines Matching refs:Field
72 // Generate a MemOperand for loading a field from an object.
908 template<typename Field>
910 static const int shift = Field::kShift;
911 static const int setbits = CountSetBits(Field::kMask, 32);
915 template<typename Field>
917 DecodeField<Field>(reg, reg);
1457 // Load the elements kind field from a map, and return it in the result
1529 // Picks out an array index from the hash field.