Searched refs:operand_offset (Results 1 – 2 of 2) sorted by relevance
223 int operand_offset = in BytecodeOperandShortSignExtended() local229 IntPtrAdd(BytecodeOffset(), Int32Constant(operand_offset))); in BytecodeOperandShortSignExtended()232 Node* hi_byte_offset = Int32Constant(operand_offset + 1); in BytecodeOperandShortSignExtended()233 Node* lo_byte_offset = Int32Constant(operand_offset); in BytecodeOperandShortSignExtended()235 Node* hi_byte_offset = Int32Constant(operand_offset); in BytecodeOperandShortSignExtended()236 Node* lo_byte_offset = Int32Constant(operand_offset + 1); in BytecodeOperandShortSignExtended()
35 size_t operand_offset = in GetOperand() local45 array_builder_.bytecodes()->at(operand_offset)); in GetOperand()48 (array_builder_.bytecodes()->at(operand_offset) << 8) + in GetOperand()49 array_builder_.bytecodes()->at(operand_offset + 1); in GetOperand()