Searched refs:GetImmediateOperand (Results 1 – 3 of 3) sorted by relevance
37 int32_t GetImmediateOperand(int operand_index) const;
107 int32_t BytecodeArrayAccessor::GetImmediateOperand(int operand_index) const { in GetImmediateOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
686 Node* node = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in VisitLdaSmi()1131 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitLdaModuleVariable()1140 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitStaModuleVariable()1627 Node* right = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in BuildBinaryOpWithImmediate()