Index: src/interpreter/interpreter-assembler.h |
diff --git a/src/interpreter/interpreter-assembler.h b/src/interpreter/interpreter-assembler.h |
index 1317f377f48ccad91dacb519f8a5ca2829fafcfb..363672104fab4e866d3d5960721f81f96169f2c3 100644 |
--- a/src/interpreter/interpreter-assembler.h |
+++ b/src/interpreter/interpreter-assembler.h |
@@ -32,6 +32,9 @@ class V8_EXPORT_PRIVATE InterpreterAssembler : public CodeStubAssembler { |
compiler::Node* BytecodeOperandFlag(int operand_index); |
// Returns the 32-bit zero-extended index immediate for bytecode operand |
// |operand_index| in the current bytecode. |
+ compiler::Node* BytecodeOperandIdxInt32(int operand_index); |
+ // Returns the word zero-extended index immediate for bytecode operand |
+ // |operand_index| in the current bytecode. |
compiler::Node* BytecodeOperandIdx(int operand_index); |
// Returns the smi index immediate for bytecode operand |operand_index| |
// in the current bytecode. |