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

  /external/v8/src/
lithium.h 176 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize;
177 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;
178 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));
  /external/v8/src/compiler/
instruction.h 204 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize;
205 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;
206 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));

Completed in 73 milliseconds