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()
1275 Runtime::Current()->GetSystemClassLoader(), in Run()1511 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1530 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1570 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1583 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()1599 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1613 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()1646 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
271 jobject GetSystemClassLoader() const;
2215 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
394 jobject loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
405 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()