Home
last modified time | relevance | path

Searched refs:Generic (Results 1 – 3 of 3) sorted by relevance

/art/test/656-annotation-lookup-generic-jni/
Dinfo.txt3 through Generic JNI would crash the Generic JNI trampoline because it
/art/test/450-checker-types/src/
DMain.java70 class Generic<A> { class
532 private Generic<SubclassC> genericC = new Generic<SubclassC>();
533 private Generic<Final> genericFinal = new Generic<Final>();
588 private Final boundOnlyOnceCheckCast(Generic<Final> o) { in boundOnlyOnceCheckCast()
/art/test/178-app-image-native-method/
Dinfo.txt1 Tests that native methods in app image using compiled stubs or Generic JNI work correctly.