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

  /external/chromium_org/v8/src/arm/
simulator-arm.h 78 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
79 static const int kLineLength = 1 << kLineShift;
87 return &validity_map_[offset >> kLineShift];
96 static const int kValidityMapSize = kPageSize >> kLineShift;
  /external/chromium_org/v8/src/mips/
simulator-mips.h 90 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
91 static const int kLineLength = 1 << kLineShift;
99 return &validity_map_[offset >> kLineShift];
108 static const int kValidityMapSize = kPageSize >> kLineShift;
  /external/chromium_org/v8/src/mips64/
simulator-mips64.h 119 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
120 static const int kLineLength = 1 << kLineShift;
128 return &validity_map_[offset >> kLineShift];
137 static const int kValidityMapSize = kPageSize >> kLineShift;

Completed in 57 milliseconds