Searched refs:GetImmediateOperand (Results 1 – 3 of 3) sorted by relevance
86 int32_t GetImmediateOperand(int operand_index) const;
122 int32_t BytecodeArrayAccessor::GetImmediateOperand(int operand_index) const { in GetImmediateOperand() function in v8::internal::interpreter::BytecodeArrayAccessor237 case_value_base = GetImmediateOperand(2); in GetJumpTableTargetOffsets()
918 Node* node = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in VisitLdaSmi()1061 jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in VisitCollectTypeProfile()1436 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitLdaModuleVariable()1445 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0); in VisitStaModuleVariable()2292 Node* right = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in BuildBinaryOpWithImmediate()