Lines Matching refs:CHECK
153 void check(i::Vector<const uint8_t> string) {
169 CHECK(code->IsCode());
181 CHECK(runtime_hash == codegen_hash);
185 void check(i::Vector<const char> s) {
186 check(i::Vector<const uint8_t>::cast(s));
190 void check(uint32_t key) {
206 CHECK(code->IsCode());
217 CHECK(runtime_hash == codegen_hash);
223 check(i::Vector<const uint8_t>(ab, 2));
245 check(i::Vector<const char>("*", 1));
246 check(i::Vector<const char>(".zZ", 3));
247 check(i::Vector<const char>("muc", 3));
248 check(i::Vector<const char>("(>'_')>", 7));
249 check(i::Vector<const char>("-=[ vee eight ftw ]=-", 21));
260 check(key);
267 check(PseudoRandom(i, j) % kLimit);