Lines Matching defs:opcode
1904 TranslationOpcode opcode = TranslationOpcodeFromInt(it.Next());
1905 DCHECK_EQ(TranslationOpcode::BEGIN, opcode);
1913 opcode = TranslationOpcodeFromInt(it.Next());
1914 if (opcode == TranslationOpcode::INTERPRETED_FRAME ||
1915 opcode == TranslationOpcode::JAVA_SCRIPT_BUILTIN_CONTINUATION_FRAME ||
1916 opcode == TranslationOpcode::
1925 // Skip over remaining operands to advance to the next opcode.
1926 it.Skip(TranslationOpcodeOperandCount(opcode) - 2);
1928 // Skip over operands to advance to the next opcode.
1929 it.Skip(TranslationOpcodeOperandCount(opcode));