Searched refs:kLineLength (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ppc/ |
D | simulator-ppc.h | 84 static const int kLineLength = 1 << kLineShift; variable 85 static const int kLineMask = kLineLength - 1;
|
D | simulator-ppc.cc | 724 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
|
/external/v8/src/arm/ |
D | simulator-arm.h | 85 static const int kLineLength = 1 << kLineShift; variable 86 static const int kLineMask = kLineLength - 1;
|
D | simulator-arm.cc | 641 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
|
/external/v8/src/mips/ |
D | simulator-mips.h | 95 static const int kLineLength = 1 << kLineShift; variable 96 static const int kLineMask = kLineLength - 1;
|
D | simulator-mips.cc | 875 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 104 static const int kLineLength = 1 << kLineShift; variable 105 static const int kLineMask = kLineLength - 1;
|
D | simulator-mips64.cc | 807 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
|
/external/v8/src/s390/ |
D | simulator-s390.h | 82 static const int kLineLength = 1 << kLineShift; variable 83 static const int kLineMask = kLineLength - 1;
|
D | simulator-s390.cc | 725 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
|