Searched refs:Super (Results 1 – 9 of 9) sorted by relevance
19 CLASSES=(invokecustom/Super.class invokecustom/InvokeCustom*.class)
38 (cd "${BUILD_PATH}" && jar cf "${JAR_FILE}" invokecustom/InvokeCustom*.class invokecustom/Super.cla…
4 Class descriptor : 'Linvokecustom/Super;'11 #0 : (in Linvokecustom/Super;)20 0040ac: |[0040ac] invokecustom.Super.<init>:()V27 0x0000 - 0x0004 reg=0 this Linvokecustom/Super; 30 #0 : (in Linvokecustom/Super;)36 #1 : (in Linvokecustom/Super;)45 0040c4: |[0040c4] invokecustom.Super.targetMethodTest4:()V47 … |0002: const-string v1, "targetMethodTest4 from Super" // string@007655 0x0000 - 0x0008 reg=2 this Linvokecustom/Super; 62 Superclass : 'Linvokecustom/Super;'[all …]
38 (cd "${BUILD_PATH}" && jar cf "${JAR_FILE}" invokecustom/InvokeCustom.class invokecustom/Super.clas…
119 |[2c] "Linvokecustom/Super;"313 |[8d] "targetMethodTest4 from Super"383 |[8] Linvokecustom/Super;797 |[21] invokecustom.Super.<init>:()V801 |[22] invokecustom.Super.helperMethodTest9:()V805 |[23] invokecustom.Super.targetMethodTest4:()V983 |[0] invokecustom.Super995 0008c0: 0800 0000 | superclass_idx: 00000008 // invokecustom.Super1028 …ecustom/InvokeCustom;)V}, method-handle{invoke-direct,method{invokecustom.Super.targetMethodTest4:…1110 … |[f] method-handle{invoke-direct,method{invokecustom.Super.targetMethodTest4:()V}}[all …]
25 abstract class Super { class33 public class InvokeCustom extends Super implements Runnable {
231 Type.getInternalName(Super.class), in generateMethodTest4()
29 abstract class Super { class37 public class InvokeCustom extends Super implements Runnable {
173 new Handle(Opcodes.H_INVOKESPECIAL, Type.getInternalName(Super.class), in generateMethodTest4()