Searched refs:NextInt (Results 1 – 7 of 7) sorted by relevance
40 struct NextInt { struct41 typedef NextInt<Value + 1> type; argument46 const int NextInt<Value>::value; argument66 typedef std::__lazy_enable_if<true, NextInt<0> > Result; in LazyEnableIfTest()
50 V8_INLINE int NextInt() WARN_UNUSED_RESULT { in NextInt() function60 int NextInt(int max) WARN_UNUSED_RESULT;
81 int RandomNumberGenerator::NextInt(int max) { in NextInt() function in v8::base::RandomNumberGenerator
54 std::advance(candidate, isolate()->random_number_generator()->NextInt( in PopBestCandidate()
171 jit_cookie_ = isolate->random_number_generator()->NextInt(); in AssemblerBase()
3001 hash = random_number_generator()->NextInt() & mask; in Throw()
5458 int rnd = isolate()->random_number_generator()->NextInt(); in SetUp()