Home
last modified time | relevance | path

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

/art/test/068-classloader/src/
DMain.java131 } catch (ClassNotFoundException cnfe) { in testAccess1()
133 cnfe.printStackTrace(); in testAccess1()
162 } catch (ClassNotFoundException cnfe) { in testAccess2()
163 Throwable cause = cnfe.getCause(); in testAccess2()
168 cnfe.printStackTrace(); in testAccess2()
182 } catch (ClassNotFoundException cnfe) { in testAccess3()
183 Throwable cause = cnfe.getCause(); in testAccess3()
188 cnfe.printStackTrace(); in testAccess3()
205 } catch (ClassNotFoundException cnfe) { in testExtend()
206 System.err.println("loadClass failed: " + cnfe); in testExtend()
[all …]
DFancyLoader.java57 } catch (ClassNotFoundException cnfe) { in FancyLoader()
/art/test/086-null-super/src/
DMain.java98 } catch (ClassNotFoundException cnfe) { in findDexClass()
99 throw new TestFailed(cnfe); in findDexClass()
/art/test/087-gc-after-link/src/
DMain.java107 } catch (ClassNotFoundException cnfe) { in findDexClass()
108 throw new TestFailed(cnfe); in findDexClass()
/art/test/093-serialization/src/
DMain.java68 } catch (ClassNotFoundException cnfe) { in checkStream()
69 throw new RuntimeException(cnfe); in checkStream()
/art/test/138-duplicate-classes-check/src/
DFancyLoader.java58 } catch (ClassNotFoundException cnfe) { in FancyLoader()
/art/test/138-duplicate-classes-check2/src/
DFancyLoader.java58 } catch (ClassNotFoundException cnfe) { in FancyLoader()
/art/test/130-hprof/src/
DMain.java124 } catch (ClassNotFoundException cnfe) { in getDumpHprofDataMethod()
/art/runtime/native/
Djava_lang_Class.cc81 …jthrowable cnfe = reinterpret_cast<jthrowable>(env->NewObject(WellKnownClasses::java_lang_ClassNot… in Class_classForName() local
84 if (cnfe != nullptr) { in Class_classForName()
86 env->Throw(cnfe); in Class_classForName()
/art/test/074-gc-thrash/src/
DMain.java75 } catch (ClassNotFoundException cnfe) { in getDumpHprofDataMethod()