HomeSort by relevance Sort by last modified time
    Searched defs:kMaxFixedSlotIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/compiler/
instruction.h 205 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;
  /external/chromium_org/v8/src/
lithium.h 177 static const int kMaxFixedSlotIndex = (1 << (kFixedSlotIndexWidth - 1)) - 1;

Completed in 60 milliseconds