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

/external/v8/src/crankshaft/
H A Dlithium.h178 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1; member in class:v8::internal::LUnallocated
264 const int locals_limit = LUnallocated::kMaxFixedSlotIndex;

Completed in 280 milliseconds