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

  /external/v8/src/arm/
simulator-arm.h 104 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
105 static const int kLineLength = 1 << kLineShift;
113 return &validity_map_[offset >> kLineShift];
122 static const int kValidityMapSize = kPageSize >> kLineShift;
  /external/chromium_org/v8/src/arm/
simulator-arm.h 104 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
105 static const int kLineLength = 1 << kLineShift;
113 return &validity_map_[offset >> kLineShift];
122 static const int kValidityMapSize = kPageSize >> kLineShift;
  /external/chromium_org/v8/src/mips/
simulator-mips.h 116 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
117 static const int kLineLength = 1 << kLineShift;
125 return &validity_map_[offset >> kLineShift];
134 static const int kValidityMapSize = kPageSize >> kLineShift;
  /external/v8/src/mips/
simulator-mips.h 116 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
117 static const int kLineLength = 1 << kLineShift;
125 return &validity_map_[offset >> kLineShift];
134 static const int kValidityMapSize = kPageSize >> kLineShift;

Completed in 33 milliseconds