Searched refs:classShouldBeExcluded (Results 1 – 1 of 1) sorted by relevance
237 if (!classShouldBePrivate(name) || classShouldBeExcluded(name)) { in findClass()259 private boolean classShouldBeExcluded(String name) { in classShouldBeExcluded() method in ClassLoaders.LocalIsolatedURLClassLoader314 if (classShouldBeExcluded(name)) in findClass()319 private boolean classShouldBeExcluded(String name) { in classShouldBeExcluded() method in ClassLoaders.LocalExcludingURLClassLoader