Searched refs:operand_bytes (Results 1 – 1 of 1) sorted by relevance
180 uint8_t operand_bytes[2]; in Output() local181 WriteUnalignedUInt16(operand_bytes, operands[i]); in Output()182 bytecodes()->insert(bytecodes()->end(), operand_bytes, in Output()183 operand_bytes + 2); in Output()855 uint8_t operand_bytes[2]; in PatchIndirectJumpWith16BitOperand() local856 WriteUnalignedUInt16(operand_bytes, static_cast<uint16_t>(entry)); in PatchIndirectJumpWith16BitOperand()858 *operand_location++ = operand_bytes[0]; in PatchIndirectJumpWith16BitOperand()859 *operand_location = operand_bytes[1]; in PatchIndirectJumpWith16BitOperand()