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
44
// Make testInvokeVirtual and
testInvokeInterface
hot to get them jitted.
50
testInvokeInterface
(itfs[0]);
51
testInvokeInterface
(itfs[1]);
65
assertEquals(Itf.class,
testInvokeInterface
(itfs[0]));
66
assertEquals(Itf.class,
testInvokeInterface
(itfs[1]));
73
assertEquals(OtherSubclass.class,
testInvokeInterface
(itfs[2]));
101
public static Class
testInvokeInterface
(Itf i) {
/external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java
269
public void
testInvokeInterface
() throws Exception {
[
all
...]
Completed in 4212 milliseconds