Home
last modified time | relevance | path

Searched refs:byteValue2 (Results 1 – 1 of 1) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DByteVector.java100 final ByteVector put11(final int byteValue1, final int byteValue2) { in put11() argument
107 currentData[currentLength++] = (byte) byteValue2; in put11()
160 final ByteVector put112(final int byteValue1, final int byteValue2, final int shortValue) { in put112() argument
167 currentData[currentLength++] = (byte) byteValue2; in put112()