Lines Matching refs:check
155 void check(i::Vector<const char> string) {
168 CHECK(code->IsCode());
180 CHECK(runtime_hash == codegen_hash);
184 void check(uint32_t key) {
197 CHECK(code->IsCode());
210 CHECK(runtime_hash == codegen_hash);
216 check(i::Vector<const char>(ab, 2));
235 check(i::Vector<const char>("*", 1));
236 check(i::Vector<const char>(".zZ", 3));
237 check(i::Vector<const char>("muc", 3));
238 check(i::Vector<const char>("(>'_')>", 7));
239 check(i::Vector<const char>("-=[ vee eight ftw ]=-", 21));
248 check(key);
255 check(PseudoRandom(i, j) % kLimit);