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()86 return (short) elementWidth; in getElementWidthUnit()
826 int elementWidth = in.read(); in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local829 switch (elementWidth) { in FORMAT_FILL_ARRAY_DATA_PAYLOAD()871 + Hex.u2(elementWidth)); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()878 short elementWidth = payload.getElementWidthUnit(); in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local882 out.write(elementWidth); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()885 switch (elementWidth) { in FORMAT_FILL_ARRAY_DATA_PAYLOAD()892 + Hex.u2(elementWidth)); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()