Home
last modified time | relevance | path

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

/art/test/616-cha-unloading/src-art/
DMain.java27 private static class CHAUnloaderRetType { class in Main
28 private CHAUnloaderRetType(WeakReference<ClassLoader> cl, in CHAUnloaderRetType() method in Main.CHAUnloaderRetType
52 CHAUnloaderRetType result = doUnloadLoader(); in testUnload()
76 private static CHAUnloaderRetType setupLoader() in setupLoader()
93 return new CHAUnloaderRetType(new WeakReference(loader), ret, artMethod); in setupLoader()
96 private static CHAUnloaderRetType targetMethodForJit(int mode) in targetMethodForJit()
98 CHAUnloaderRetType ret = new CHAUnloaderRetType(null, null, 0); in targetMethodForJit()
111 private static CHAUnloaderRetType doUnloadLoader() in doUnloadLoader()
113 CHAUnloaderRetType result = targetMethodForJit(0); in doUnloadLoader()