Lines Matching refs:operand_offset
380 TNode<IntPtrT> operand_offset = OperandOffset(operand_index); in BytecodeOperandUnsignedByte() local
382 IntPtrAdd(BytecodeOffset(), operand_offset), in BytecodeOperandUnsignedByte()
391 TNode<IntPtrT> operand_offset = OperandOffset(operand_index); in BytecodeOperandSignedByte() local
393 IntPtrAdd(BytecodeOffset(), operand_offset), in BytecodeOperandSignedByte()
457 int operand_offset = in BytecodeOperandUnsignedShort() local
462 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedShort()
466 operand_offset, MachineType::Uint16(), needs_poisoning)); in BytecodeOperandUnsignedShort()
476 int operand_offset = in BytecodeOperandSignedShort() local
481 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedShort()
485 operand_offset, MachineType::Int16(), needs_poisoning)); in BytecodeOperandSignedShort()
494 int operand_offset = in BytecodeOperandUnsignedQuad() local
499 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandUnsignedQuad()
503 operand_offset, MachineType::Uint32(), needs_poisoning)); in BytecodeOperandUnsignedQuad()
512 int operand_offset = in BytecodeOperandSignedQuad() local
517 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)), in BytecodeOperandSignedQuad()
521 operand_offset, MachineType::Int32(), needs_poisoning)); in BytecodeOperandSignedQuad()