Searched refs:system_class_loader (Results 1 – 2 of 2) sorted by relevance
188 ScopedLocalRef<jobject> system_class_loader(env, GetSystemClassLoader(env)); in GetClass() local189 CHECK(system_class_loader.get() != nullptr); in GetClass()190 jclass from_system = FindClassWithClassLoader(env, class_name, system_class_loader.get()); in GetClass()
887 ObjPtr<mirror::Object> system_class_loader = getSystemClassLoader->InvokeStatic<'L'>(soa.Self()); in CreateSystemClassLoader() local888 CHECK(system_class_loader != nullptr); in CreateSystemClassLoader()892 runtime->GetJavaVM()->AddGlobalRef(soa.Self(), system_class_loader); in CreateSystemClassLoader()901 contextClassLoader->SetObject<false>(soa.Self()->GetPeer(), system_class_loader); in CreateSystemClassLoader()