Searched refs:targetMethodTest7 (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 | 728 name : 'targetMethodTest7' 736 … |[004774] invokecustom.InvokeCustom1.targetMethodTest7:(FFD)D 742 004798: 1a04 7e00 |000a: const-string v4, "targetMethodTest7 " // stri… 1600 name : 'targetMethodTest7' 1608 … |[004fc4] invokecustom.InvokeCustom2.targetMethodTest7:(FFD)D 1614 004fe8: 1a04 7e00 |000a: const-string v4, "targetMethodTest7 " // stri… 2481 name : 'targetMethodTest7' 2489 … |[005844] invokecustom.InvokeCustom3.targetMethodTest7:(FFD)D 2495 005868: 1a04 7e00 |000a: const-string v4, "targetMethodTest7 " // stri… 3353 name : 'targetMethodTest7' [all …]
|
/dalvik/dx/tests/135-invoke-custom/ |
D | invokecustom.jar | META-INF/
META-INF/MANIFEST.MF
invokecustom/InvokeCustom.class
InvokeCustom.java
... |
D | expected.txt | 327 |[94] "targetMethodTest7" 329 |[95] "targetMethodTest7 " 749 |[15] invokecustom.InvokeCustom.targetMethodTest7:(FFD)D 1018 …java/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;}}, string{"targetMethodTest7"}, proto{(FF… 3769 |[11a8] invokecustom.InvokeCustom.targetMethodTest7:(FFD)D 3808 0011cc: 1a04 9500 | 000a: const-string v4, "targetMethodTest7 " // utf8@0095 4445 …/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;}, targetMethodTest7, (FFD)D} // … 5569 001f78: 7461 7267 6574 4d65 7468|"targetMethodTest7" 5573 001f8b: 7461 7267 6574 4d65 7468|"targetMethodTest7 " 6016 0021cd: 1794 | [1] utf8 targetMethodTest7 [all …]
|
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/ |
D | InvokeCustom.java | 85 public static double targetMethodTest7(float x, float y, double product) { in targetMethodTest7() method in InvokeCustom
|
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/ |
D | InvokeCustom.java | 89 public static double targetMethodTest7(float x, float y, double product) { in targetMethodTest7() method in InvokeCustom
|