Searched refs:elementWidth (Results 1 – 2 of 2) sorted by relevance
32 private final int elementWidth; field in FillArrayDataPayloadDecodedInstruction39 int opcode, Object data, int size, int elementWidth) { in FillArrayDataPayloadDecodedInstruction() argument44 this.elementWidth = elementWidth; in FillArrayDataPayloadDecodedInstruction()85 return (short) elementWidth; in getElementWidthUnit()
682 int elementWidth = in.read(); in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local685 switch (elementWidth) { in FORMAT_FILL_ARRAY_DATA_PAYLOAD()726 + Hex.u2(elementWidth)); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()732 short elementWidth = payload.getElementWidthUnit(); in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local736 out.write(elementWidth); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()739 switch (elementWidth) { in FORMAT_FILL_ARRAY_DATA_PAYLOAD()746 + Hex.u2(elementWidth)); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()