HomeSort by relevance Sort by last modified time
    Searched refs: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;
simulator-arm.cc 702 memset(valid_bytemap, CachePage::LINE_INVALID, size >> CachePage::kLineShift);
    [all...]
  /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;
simulator-mips.cc 849 memset(valid_bytemap, CachePage::LINE_INVALID, size >> CachePage::kLineShift);
    [all...]

Completed in 93 milliseconds