Home
last modified time | relevance | path

Searched refs:kLineLength (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dbigint-tester.py21 kLineLength = 70 # A bit less than 80. variable
126 return GenRandom(random.randint(0, kLineLength))
153 return random.randint(0, kLineLength), random.randint(0, kLineLength)
209 left_length = random.randint(1, kLineLength)
210 return left_length, kLineLength - left_length
221 min_left = kLineLength * 6 / 10
222 max_right = kLineLength * 7 / 10
223 return random.randint(min_left, kLineLength), random.randint(1, max_right)
238 left_length = random.randint(0, kLineLength
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.h41 static const int kLineLength = 1 << kLineShift; member in v8::internal::CachePage
42 static const int kLineMask = kLineLength - 1;
H A Dsimulator-arm.cc672 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h42 static const int kLineLength = 1 << kLineShift; member in v8::internal::CachePage
43 static const int kLineMask = kLineLength - 1;
H A Dsimulator-ppc.cc727 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h59 static const int kLineLength = 1 << kLineShift; member in v8::internal::CachePage
60 static const int kLineMask = kLineLength - 1;
H A Dsimulator-loong64.cc825 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h60 static const int kLineLength = 1 << kLineShift; member in v8::internal::CachePage
61 static const int kLineMask = kLineLength - 1;
H A Dsimulator-mips64.cc794 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h60 static const int kLineLength = 1 << kLineShift; member in v8::internal::CachePage
61 static const int kLineMask = kLineLength - 1;
H A Dsimulator-mips.cc851 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h175 static const int kLineLength = 1 << kLineShift; member in v8::internal::CachePage
176 static const int kLineMask = kLineLength - 1;
H A Dsimulator-riscv64.cc2182 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h39 static const int kLineLength = 1 << kLineShift; member in v8::internal::CachePage
40 static const int kLineMask = kLineLength - 1;
H A Dsimulator-s390.cc737 memcpy(cached_line, line, CachePage::kLineLength); in CheckICache()

Completed in 74 milliseconds