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()
704 int elementWidth = in.read(); in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local707 switch (elementWidth) { in FORMAT_FILL_ARRAY_DATA_PAYLOAD()748 + Hex.u2(elementWidth)); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()754 short elementWidth = payload.getElementWidthUnit(); in FORMAT_FILL_ARRAY_DATA_PAYLOAD() local758 out.write(elementWidth); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()761 switch (elementWidth) { in FORMAT_FILL_ARRAY_DATA_PAYLOAD()768 + Hex.u2(elementWidth)); in FORMAT_FILL_ARRAY_DATA_PAYLOAD()