HomeSort by relevance Sort by last modified time
    Searched defs:kLineLength (Results 1 - 5 of 5) 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/s390/
simulator-s390.h 82 static const int kLineLength = 1 << kLineShift;
83 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 104 static const int kLineLength = 1 << kLineShift;
105 static const int kLineMask = kLineLength - 1;

Completed in 118 milliseconds