Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium.h177 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1; variable
/external/v8/src/compiler/
Dinstruction.h205 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1; variable