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 114 value_ |= index << FixedSlotIndexField::kShift;
169 class FixedSlotIndexField : public BitField<int, 22, 10> {};
177 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize;
234 return static_cast<int>(value_) >> FixedSlotIndexField::kShift;
  /external/v8/src/compiler/
instruction.h 209 value_ |= static_cast<int64_t>(index) << FixedSlotIndexField::kShift;
292 FixedSlotIndexField::kShift);
349 class FixedSlotIndexField : public BitField64<int, 36, 28> {};
    [all...]

Completed in 111 milliseconds