HomeSort by relevance Sort by last modified time
    Searched refs:kPageShift (Results 1 - 5 of 5) sorted by null

  /external/v8/src/ppc/
simulator-ppc.h 80 static const int kPageShift = 12;
81 static const int kPageSize = 1 << kPageShift;
  /external/v8/src/arm/
simulator-arm.h 83 static const int kPageShift = 12;
84 static const int kPageSize = 1 << kPageShift;
  /external/v8/src/mips/
simulator-mips.h 91 static const int kPageShift = 12;
92 static const int kPageSize = 1 << kPageShift;
  /external/v8/src/mips64/
simulator-mips64.h 100 static const int kPageShift = 12;
101 static const int kPageSize = 1 << kPageShift;
  /external/v8/src/s390/
simulator-s390.h 78 static const int kPageShift = 12;
79 static const int kPageSize = 1 << kPageShift;

Completed in 142 milliseconds