Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.h177 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize; variable
178 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;
179 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));