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

  /external/v8/src/crankshaft/
lithium.h 113 value_ |= index << FixedSlotIndexField::kShift;
168 class FixedSlotIndexField : public BitField<int, 22, 10> {};
176 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize;
233 return static_cast<int>(value_) >> FixedSlotIndexField::kShift;
  /external/v8/src/compiler/
instruction.h 183 value_ |= static_cast<int64_t>(index) << FixedSlotIndexField::kShift;
266 FixedSlotIndexField::kShift);
323 class FixedSlotIndexField : public BitField64<int, 36, 28> {};
    [all...]

Completed in 42 milliseconds