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()
985 ObjPtr<mirror::Object> system_class_loader = getSystemClassLoader->InvokeStatic<'L'>(soa.Self()); in CreateSystemClassLoader() local986 CHECK(system_class_loader != nullptr) in CreateSystemClassLoader()991 runtime->GetJavaVM()->AddGlobalRef(soa.Self(), system_class_loader); in CreateSystemClassLoader()1000 contextClassLoader->SetObject<false>(soa.Self()->GetPeer(), system_class_loader); in CreateSystemClassLoader()