Searched refs:GetSystemClassLoader (Results 1 – 6 of 6) sorted by relevance
145 static jobject GetSystemClassLoader(JNIEnv* env) { in GetSystemClassLoader() function188 ScopedLocalRef<jobject> system_class_loader(env, GetSystemClassLoader(env)); in GetClass()
1211 Runtime::Current()->GetSystemClassLoader(), in Run()1405 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1423 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1459 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1472 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()1487 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1501 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()
244 jobject GetSystemClassLoader() const;
1876 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
269 jobject sys_class_loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
467 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()