Home
last modified time | relevance | path

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

/dalvik/dx/tests/137-dexmerger-dex38/
Drun19 CLASSES=(invokecustom/Super.class invokecustom/InvokeCustom*.class)
Dbuild38 (cd "${BUILD_PATH}" && jar cf "${JAR_FILE}" invokecustom/InvokeCustom*.class invokecustom/Super.cla…
Dexpected.txt4 Class descriptor : 'Linvokecustom/Super;'
11 #0 : (in Linvokecustom/Super;)
20 0040ac: |[0040ac] invokecustom.Super.<init>:()V
27 0x0000 - 0x0004 reg=0 this Linvokecustom/Super;
30 #0 : (in Linvokecustom/Super;)
36 #1 : (in Linvokecustom/Super;)
45 0040c4: |[0040c4] invokecustom.Super.targetMethodTest4:()V
47 … |0002: const-string v1, "targetMethodTest4 from Super" // string@0076
55 0x0000 - 0x0008 reg=2 this Linvokecustom/Super;
62 Superclass : 'Linvokecustom/Super;'
[all …]
/dalvik/dx/tests/135-invoke-custom/
Dbuild38 (cd "${BUILD_PATH}" && jar cf "${JAR_FILE}" invokecustom/InvokeCustom.class invokecustom/Super.clas…
Dexpected.txt119 |[2c] "Linvokecustom/Super;"
313 |[8d] "targetMethodTest4 from Super"
383 |[8] Linvokecustom/Super;
797 |[21] invokecustom.Super.<init>:()V
801 |[22] invokecustom.Super.helperMethodTest9:()V
805 |[23] invokecustom.Super.targetMethodTest4:()V
983 |[0] invokecustom.Super
995 0008c0: 0800 0000 | superclass_idx: 00000008 // invokecustom.Super
1028 …ecustom/InvokeCustom;)V}, method-handle{invoke-direct,method{invokecustom.Super.targetMethodTest4:…
1110 … |[f] method-handle{invoke-direct,method{invokecustom.Super.targetMethodTest4:()V}}
[all …]
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
DInvokeCustom.java25 abstract class Super { class
33 public class InvokeCustom extends Super implements Runnable {
DTestGenerator.java231 Type.getInternalName(Super.class), in generateMethodTest4()
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
DInvokeCustom.java29 abstract class Super { class
37 public class InvokeCustom extends Super implements Runnable {
DTestGenerator.java173 new Handle(Opcodes.H_INVOKESPECIAL, Type.getInternalName(Super.class), in generateMethodTest4()