Searched refs:operand_bytes (Results 1 – 1 of 1) sorted by relevance
202 uint8_t operand_bytes[2]; in PatchJumpWith16BitOperand() local207 WriteUnalignedUInt16(operand_bytes, static_cast<uint16_t>(delta)); in PatchJumpWith16BitOperand()216 WriteUnalignedUInt16(operand_bytes, static_cast<uint16_t>(entry)); in PatchJumpWith16BitOperand()220 bytecodes()->at(operand_location++) = operand_bytes[0]; in PatchJumpWith16BitOperand()221 bytecodes()->at(operand_location) = operand_bytes[1]; in PatchJumpWith16BitOperand()229 uint8_t operand_bytes[4]; in PatchJumpWith32BitOperand() local230 WriteUnalignedUInt32(operand_bytes, static_cast<uint32_t>(delta)); in PatchJumpWith32BitOperand()236 bytecodes()->at(operand_location++) = operand_bytes[0]; in PatchJumpWith32BitOperand()237 bytecodes()->at(operand_location++) = operand_bytes[1]; in PatchJumpWith32BitOperand()238 bytecodes()->at(operand_location++) = operand_bytes[2]; in PatchJumpWith32BitOperand()[all …]