Searched refs:targetMethodTest3 (Results 1 – 6 of 6) sorted by relevance
/dalvik/dx/tests/137-dexmerger-dex38/ |
D | invokecustom.jar | META-INF/
META-INF/MANIFEST.MF
invokecustom/InvokeCustom1.class
InvokeCustom.java
... |
D | expected.txt | 583 name : 'targetMethodTest3' 591 …: |[0045e0] invokecustom.InvokeCustom1.targetMethodTest3:()V 593 0045f4: 1a01 7300 |0002: const-string v1, "targetMethodTest3 from Invo… 1455 name : 'targetMethodTest3' 1463 …: |[004e30] invokecustom.InvokeCustom2.targetMethodTest3:()V 1465 004e44: 1a01 7300 |0002: const-string v1, "targetMethodTest3 from Invo… 2336 name : 'targetMethodTest3' 2344 …: |[0056b0] invokecustom.InvokeCustom3.targetMethodTest3:()V 2346 0056c4: 1a01 7300 |0002: const-string v1, "targetMethodTest3 from Invo… 3208 name : 'targetMethodTest3' [all …]
|
/dalvik/dx/tests/135-invoke-custom/ |
D | invokecustom.jar | META-INF/
META-INF/MANIFEST.MF
invokecustom/InvokeCustom.class
InvokeCustom.java
... |
D | expected.txt | 305 |[89] "targetMethodTest3" 307 |[8a] "targetMethodTest3 from InvokeCustom" 733 |[11] invokecustom.InvokeCustom.targetMethodTest3:()V 1026 …/lang/invoke/MethodType;IJFD)Ljava/lang/invoke/CallSite;}}, string{"targetMethodTest3"}, proto{()V… 3247 |[1014] invokecustom.InvokeCustom.targetMethodTest3:()V 3268 001028: 1a01 8a00 | 0002: const-string v1, "targetMethodTest3 from InvokeCustom" // … 4211 …ing;Ljava/lang/invoke/MethodType;IJFD)Ljava/lang/invoke/CallSite;}, targetMethodTest3, ()V, 1, 123… 5517 001e58: 7461 7267 6574 4d65 7468|"targetMethodTest3" 5521 001e6b: 7461 7267 6574 4d65 7468|"targetMethodTest3 from InvokeCustom" 6028 0021db: 1789 | [1] utf8 targetMethodTest3 [all …]
|
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/ |
D | InvokeCustom.java | 57 private static void targetMethodTest3() { in targetMethodTest3() method in InvokeCustom
|
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/ |
D | InvokeCustom.java | 61 private static void targetMethodTest3() { in targetMethodTest3() method in InvokeCustom
|