Lines Matching defs:loader
247 // Use the allocator address for class loader equality to avoid unnecessary weak root decode.
283 // If class loader is null then it was unloaded, call JNI_OnUnload.
285 // If class_loader is a null jobject then it is the boot class loader. We should not unload
286 // the native libraries of the boot class loader.
728 // See if we've already loaded this library. If we have, and the class loader
742 // As the incoming class loader is reachable/alive during the call of this function,
744 mirror::ClassLoader* loader = soa.Decode<mirror::ClassLoader*>(class_loader);
747 if (class_linker->IsBootClassLoader(soa, loader)) {
748 loader = nullptr;
752 class_loader_allocator = class_linker->GetAllocatorForClassLoader(loader);
756 // Use the allocator pointers for class loader equality to avoid unnecessary weak root decode.
760 // class loader.
850 // loader, which will always be "null" since the stuff at the
956 // Initialize native loader. This step makes sure we have