Searched refs:first_mismatch (Results 1 – 2 of 2) sorted by relevance
93 int first_mismatch = std::min(bytecode_size, bytecode.length()); in CheckBytecodeMatches() local94 for (int i = 0; i < first_mismatch; ++i) { in CheckBytecodeMatches()97 first_mismatch = i; in CheckBytecodeMatches()103 return first_mismatch; in CheckBytecodeMatches()
216 int first_mismatch = generator()->CheckBytecodeMatches(*bytecode); in CheckAndPrintBytecodeMismatch() local217 if (first_mismatch >= 0) { in CheckAndPrintBytecodeMismatch()245 FATAL("Bytecode mismatch at offset %d\n", first_mismatch); in CheckAndPrintBytecodeMismatch()