Home | History | Annotate | Download | only in compiler

Lines Matching refs:FixedSlotIndexField

183     value_ |= static_cast<int64_t>(index) << FixedSlotIndexField::kShift;
266 FixedSlotIndexField::kShift);
323 class FixedSlotIndexField : public BitField64<int, 36, 28> {};