Searched refs:classShouldBeExcluded (Results 1 – 1 of 1) sorted by relevance
233 if (!classShouldBePrivate(name) || classShouldBeExcluded(name)) { in findClass()255 private boolean classShouldBeExcluded(String name) { in classShouldBeExcluded() method in ClassLoaders.LocalIsolatedURLClassLoader310 if (classShouldBeExcluded(name)) in findClass()315 private boolean classShouldBeExcluded(String name) { in classShouldBeExcluded() method in ClassLoaders.LocalExcludingURLClassLoader