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

  /external/v8/src/ppc/
simulator-ppc.h 84 static const int kLineLength = 1 << kLineShift;
85 static const int kLineMask = kLineLength - 1;
  /external/v8/src/arm/
simulator-arm.h 85 static const int kLineLength = 1 << kLineShift;
86 static const int kLineMask = kLineLength - 1;
  /external/v8/src/mips/
simulator-mips.h 95 static const int kLineLength = 1 << kLineShift;
96 static const int kLineMask = kLineLength - 1;
  /external/v8/src/mips64/
simulator-mips64.h 125 static const int kLineLength = 1 << kLineShift;
126 static const int kLineMask = kLineLength - 1;

Completed in 37 milliseconds