Searched defs:kFixedSlotIndexWidth (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium.h177 static const int kFixedSlotIndexWidth = FixedSlotIndexField::kSize; member in class:v8::internal::LUnallocated
178 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;
179 static const int kMinFixedSlotIndex = -(1 << (kFixedSlotIndexWidth - 1));

Completed in 82 milliseconds