/dalvik/dx/src/com/android/dx/dex/code/ |
D | InsnFormat.java | 544 protected static void write(AnnotatedOutput out, short c0) { in write() argument 545 out.writeShort(c0); in write() 555 protected static void write(AnnotatedOutput out, short c0, short c1) { in write() argument 556 out.writeShort(c0); in write() 568 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 570 out.writeShort(c0); in write() 584 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 586 out.writeShort(c0); in write() 602 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 604 out.writeShort(c0); in write() [all …]
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | InsnFormat.java | 491 protected static void write(AnnotatedOutput out, short c0) { in write() argument 492 out.writeShort(c0); in write() 502 protected static void write(AnnotatedOutput out, short c0, short c1) { in write() argument 503 out.writeShort(c0); in write() 515 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 517 out.writeShort(c0); in write() 531 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 533 out.writeShort(c0); in write() 549 protected static void write(AnnotatedOutput out, short c0, short c1, in write() argument 551 out.writeShort(c0); in write() [all …]
|
/dalvik/dx/tests/139-lambda-metafactory/ |
D | expected.txt | 68 0000c0: f104 0000 | string_data_off: 000004f1 184 0001c0: b003 0000 | parameters_off: 000003b0 307 |[2c0] Foo.<init>:()V 308 0002c0: 0100 | registers_size: 0001 603 0005c0: 7072 696e 746c 6e00 |"println" 709 00063b: c005 | code_off: 000002c0 782 0006c0: a002 0000 | offset: 000002a0 792 0006d8: c002 0000 | offset: 000002c0 836 |[2c0] Foo.<init>:()V
|
/dalvik/dx/tests/024-code-bytecode/ |
D | small-class.txt | 213 9b fffa # 00c0: iflt 00ba 277 c0 0002 # 0181: checkcast 0002
|
D | expected.txt | 209 00c0: iflt 00ba
|
/dalvik/dx/tests/132-invoke-polymorphic/ |
D | expected.txt | 70 0000c0: 6107 0000 | string_data_off: 00000761 191 0001c0: 0200 0000 | return_type_idx: 00000002 // int 300 0002c0: 3000 0000 | name_idx: 00000030 618 0004c0: 0e00 | 0004: return-void 789 0005c0: 8c03 0000 | annotations_off: 0000038c 1002 0007c0: 7465 7374 496e 766f 6b65|"testInvokeDoubleReturn2Arguments" 1089 0009c0: 566f 6964 5265 7475 726e|
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
D | expected.txt | 23 next 00c0 25 pred 00c0 378 block 00c0
|
/dalvik/dx/tests/135-invoke-custom/ |
D | expected.txt | 7 00000c: 665a 629f 7c24 f7b7 45c0|signature 72 0000c0: 5a17 0000 | string_data_off: 0000175a 200 0001c0: 8b1b 0000 | string_data_off: 00001b8b 328 0002c0: 771f 0000 | string_data_off: 00001f77 455 0003c0: 0400 0000 | return_type_idx: 00000004 // int 540 0004c0: 6416 0000 | parameters_off: 00001664 626 0005c0: 5100 0000 | shorty_idx: 00000051 // "VL" 746 0006c0: 0700 | class_idx: 0007 874 0007c0: 1000 | class_idx: 0010 995 0008c0: 0800 0000 | superclass_idx: 00000008 // invokecustom.Super [all …]
|
/dalvik/dx/tests/122-switch-with-high-register/ |
D | expected.txt | 106 00c0: add-int v1, v1, v104 234 01c0: add-int v1, v1, v232 663 00c0: add-int v3, v3, v104 791 01c0: add-int v3, v3, v232
|
/dalvik/dx/tests/137-dexmerger-dex38/ |
D | expected.txt | 272 0042c0: 6e20 bd00 5000 |004a: invoke-virtual {v0, v5}, Ljava/lang/invoke/Me… 552 0045c0: 6200 1000 |001e: sget-object v0, Ljava/lang/System;.out:Ljava/… 752 0047c0: 1a04 0400 |001e: const-string v4, " = " // string@0004 868 0048c0: 2201 1700 |0002: new-instance v1, Ljava/lang/StringBuilder; //… 1684 0050c0: 0e00 |0018: return-void 2150 0054c0: |[0054c0] invokecustom.InvokeCustom3.checkFieldTest9… 2225 0055c0: 6e20 b700 0300 |001e: invoke-virtual {v3, v0}, Ljava/lang/StringBui… 2345 0056c0: 6200 1000 |0000: sget-object v0, Ljava/lang/System;.out:Ljava/… 2632 0059c0: 0e00 |001a: return-void 3724 0063c0: 0c00 |0018: move-result-object v0 [all …]
|
/dalvik/opcode-gen/ |
D | bytecode.txt | 277 op c0 and-long/2addr 12x y none continue
|
/dalvik/dx/tests/087-ssa-local-vars/ |
D | expected.txt | 962 Blort.java:86@00c0: move-object v52:"previous"Ljava/lang/StringBuilder; <- v3
|