OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testInvokeInterface
(Results
1 - 2
of
2
) sorted by null
/art/test/566-polymorphic-inlining/src/
Main.java
47
// Make testInvokeVirtual and
testInvokeInterface
hot to get them jitted.
53
testInvokeInterface
(itfs[0]);
54
testInvokeInterface
(itfs[1]);
68
assertEquals(Itf.class,
testInvokeInterface
(itfs[0]));
69
assertEquals(Itf.class,
testInvokeInterface
(itfs[1]));
76
assertEquals(OtherSubclass.class,
testInvokeInterface
(itfs[2]));
104
public static Class<?>
testInvokeInterface
(Itf i) {
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java
287
public void
testInvokeInterface
() throws Exception {
[
all
...]
Completed in 107 milliseconds