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()
1571 Runtime::Current()->GetSystemClassLoader(), in Run()2331 Runtime::Current()->GetSystemClassLoader(), in TEST_F()2350 Runtime::Current()->GetSystemClassLoader(), in TEST_F()2390 Runtime::Current()->GetSystemClassLoader(), in TEST_F()2403 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()2419 Runtime::Current()->GetSystemClassLoader(), in TEST_F()2433 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()2466 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
388 jobject loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
302 EXPORT jobject GetSystemClassLoader() const;
2392 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
408 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()