Searched refs:otherOpcode (Results 1 – 3 of 3) sorted by relevance
27 otherOpcode = other.opcodes[i];29 opcode.opcode !== otherOpcode.opcode ||30 !argEquals(opcode.args, otherOpcode.args)
43 otherOpcode = other.opcodes[i]; variable in Compiler44 if (opcode.opcode !== otherOpcode.opcode || !argEquals(opcode.args, otherOpcode.args)) {
38 otherOpcode = other.opcodes[i];39 if (opcode.opcode !== otherOpcode.opcode || !argEquals(opcode.args, otherOpcode.args)) {