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 102 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
103 static const int kLineLength = 1 << kLineShift;
111 return &validity_map_[offset >> kLineShift];
120 static const int kValidityMapSize = kPageSize >> kLineShift;
simulator-arm.cc 695 memset(valid_bytemap, CachePage::LINE_INVALID, size >> CachePage::kLineShift);
    [all...]
  /external/v8/src/mips/
simulator-mips.h 113 static const int kLineShift = 2; // The cache line is only 4 bytes right now.
114 static const int kLineLength = 1 << kLineShift;
122 return &validity_map_[offset >> kLineShift];
131 static const int kValidityMapSize = kPageSize >> kLineShift;
simulator-mips.cc 714 memset(valid_bytemap, CachePage::LINE_INVALID, size >> CachePage::kLineShift);
    [all...]

Completed in 21 milliseconds