Searched refs:CHAUnloaderRetType (Results 1 – 1 of 1) sorted by relevance
27 private static class CHAUnloaderRetType { class in Main28 private CHAUnloaderRetType(WeakReference<ClassLoader> cl, in CHAUnloaderRetType() method in Main.CHAUnloaderRetType52 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()