Searched defs:c3 (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DInsnFormat.java529 * @param c3 code unit to write
532 short c2, short c3) {
536 out.writeShort(c3);
546 * @param c3 code unit to write
550 short c2, short c3, short c4) {
554 out.writeShort(c3);
565 * @param c3 code unit to write
570 short c2, short c3, short c4, short c5) {
574 out.writeShort(c3);
531 write(AnnotatedOutput out, short c0, short c1, short c2, short c3) argument
549 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4) argument
569 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4, short c5) argument
/dalvik/dx/src/com/android/dx/dex/code/
H A DInsnFormat.java627 * @param c3 code unit to write
630 short c2, short c3) {
634 out.writeShort(c3);
644 * @param c3 code unit to write
648 short c2, short c3, short c4) {
652 out.writeShort(c3);
677 * @param c3 code unit to write
680 short c3) {
681 write(out, c0, (short) c1c2, (short) (c1c2 >> 16), c3);
692 * @param c3 cod
629 write(AnnotatedOutput out, short c0, short c1, short c2, short c3) argument
647 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4) argument
679 write(AnnotatedOutput out, short c0, int c1c2, short c3) argument
695 write(AnnotatedOutput out, short c0, int c1c2, short c3, short c4) argument
[all...]

Completed in 50 milliseconds