Home | History | Annotate | Download | only in x64

Lines Matching refs:Field

417   // Stores an integer32 value into a memory field that already holds a smi.
835 // TestBit and Load SharedFunctionInfo special field.
1150 template<typename Field>
1152 static const int shift = Field::kShift;
1153 static const int mask = Field::kMask >> Field::kShift;
1160 template<typename Field>
1163 andp(reg, Immediate(Field::kMask));
1164 shlp(reg, Immediate(kSmiShift - Field::kShift));
1166 static const int shift = Field::kShift;
1167 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize;
1304 // Allocate a raw cons string object. Only the map field of the result is
1313 // Allocate a raw sliced string object. Only the map field of the result is
1355 // Picks out an array index from the hash field.
1679 // Generate an Operand for loading a field from an object.
1685 // Generate an Operand for loading an indexed field from an object.