Home
last modified time | relevance | path

Searched refs:kFixedSlotIndexWidth (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlithium.h176 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize; variable
177 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;
178 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));
/external/v8/src/compiler/
Dinstruction.h204 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize; variable
205 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;
206 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));