Searched refs:testDynamic (Results 1 – 3 of 3) sorted by relevance
/art/test/952-invoke-custom/src/ |
D | TestDynamicBootstrapArguments.java | 65 private static int testDynamic(int i, String s, Double d) { in testDynamic() method in TestDynamicBootstrapArguments 80 assertEquals(0, testDynamic(0, "One", Math.PI)); in testCallSites() 81 assertEquals(1, testDynamic(1, "Two", Math.E)); in testCallSites() 82 assertEquals(2, testDynamic(2, "Three", 0.0)); in testCallSites()
|
/art/test/dexdump/ |
D | invoke-custom.lst | 71 0x00002954 10 TestDynamicBootstrapArguments testDynamic (ILjava/lang/String;Ljava/lang/Double;)I Te…
|
D | invoke-custom.txt | 2273 Annotations on method #71 'testDynamic' 2482 name : 'testDynamic' 2490 002944: |[002944] TestDynamicBootstrapArguments.testDynamic:…
|