Searched refs:c2 (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DInsnFormat.java513 * @param c2 code unit to write
516 short c2) {
519 out.writeShort(c2);
528 * @param c2 code unit to write
532 short c2, short c3) {
535 out.writeShort(c2);
545 * @param c2 code unit to write
550 short c2, short c3, short c4) {
553 out.writeShort(c2);
564 * @param c2 cod
515 write(AnnotatedOutput out, short c0, short c1, short c2) argument
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
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DInsnFormat.java611 * @param c2 code unit to write
614 short c2) {
617 out.writeShort(c2);
626 * @param c2 code unit to write
630 short c2, short c3) {
633 out.writeShort(c2);
643 * @param c2 code unit to write
648 short c2, short c3, short c4) {
651 out.writeShort(c2);
613 write(AnnotatedOutput out, short c0, short c1, short c2) argument
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
/dalvik/libdex/
H A DDexProto.cpp421 char c2 = (descriptor < nextDesc) ? *(descriptor++) : '\0'; local
423 if (c1 < c2) {
426 } else if (c1 > c2) {
430 // The two types are equal in length. (c2 necessarily == '\0'.)
/dalvik/dx/tests/024-code-bytecode/
H A Dsmall-class.txt279 c2 # 0187: monitorenter
295 c7 0000 # 01c2: ifnonnull 01c2

Completed in 168 milliseconds