Lines Matching refs:operand_bytes
386 uint8_t operand_bytes[2];
392 reinterpret_cast<Address>(operand_bytes), static_cast<uint16_t>(delta));
402 reinterpret_cast<Address>(operand_bytes), static_cast<uint16_t>(entry));
406 bytecodes()->at(operand_location++) = operand_bytes[0];
407 bytecodes()->at(operand_location) = operand_bytes[1];
415 uint8_t operand_bytes[4];
416 base::WriteUnalignedValue<uint32_t>(reinterpret_cast<Address>(operand_bytes),
423 bytecodes()->at(operand_location++) = operand_bytes[0];
424 bytecodes()->at(operand_location++) = operand_bytes[1];
425 bytecodes()->at(operand_location++) = operand_bytes[2];
426 bytecodes()->at(operand_location) = operand_bytes[3];