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.java628 * @param c3 code unit to write
631 short c2, short c3) {
635 out.writeShort(c3);
645 * @param c3 code unit to write
649 short c2, short c3, short c4) {
653 out.writeShort(c3);
678 * @param c3 code unit to write
681 short c3) {
682 write(out, c0, (short) c1c2, (short) (c1c2 >> 16), c3);
693 * @param c3 cod
630 write(AnnotatedOutput out, short c0, short c1, short c2, short c3) argument
648 write(AnnotatedOutput out, short c0, short c1, short c2, short c3, short c4) argument
680 write(AnnotatedOutput out, short c0, int c1c2, short c3) argument
696 write(AnnotatedOutput out, short c0, int c1c2, short c3, short c4) argument
[all...]

Completed in 51 milliseconds