Home | History | Annotate | Download | only in functions

Lines Matching defs:chain

403         ClassLoader chain = system;
405 if (context == chain) {
407 // or any Context ClassLoader in chain of system classloader
416 chain = system;
418 if (current == chain) {
419 // Assert: Current ClassLoader in chain of
423 if (chain == null) {
426 chain = ss.getParentClassLoader(chain);
429 // Assert: Current ClassLoader not in chain of
434 if (chain == null) {
439 // Check for any extension ClassLoaders in chain up to
441 chain = ss.getParentClassLoader(chain);
444 // Assert: Context ClassLoader not in chain of