Searched refs:CheckBytecodeMatches (Results 1 – 7 of 7) sorted by relevance
70 int CheckBytecodeMatches(BytecodeArray bytecode);
216 int first_mismatch = generator()->CheckBytecodeMatches(*bytecode); in CheckAndPrintBytecodeMismatch()
57 int CheckBytecodeMatches(BytecodeArray bytecode);
85 int BytecodeArrayWriter::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches() function in v8::internal::interpreter::BytecodeArrayWriter
48 int CheckBytecodeMatches(BytecodeArray bytecode);
111 int BytecodeArrayBuilder::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches() function in v8::internal::interpreter::BytecodeArrayBuilder113 return bytecode_array_writer_.CheckBytecodeMatches(bytecode); in CheckBytecodeMatches()
1266 int BytecodeGenerator::CheckBytecodeMatches(BytecodeArray bytecode) { in CheckBytecodeMatches() function in v8::internal::interpreter::BytecodeGenerator1267 return builder()->CheckBytecodeMatches(bytecode); in CheckBytecodeMatches()