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()
1135 Runtime::Current()->GetSystemClassLoader(), in Run()1351 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1370 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1407 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1420 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()1436 Runtime::Current()->GetSystemClassLoader(), in TEST_F()1450 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()1483 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
260 jobject GetSystemClassLoader() const;
1953 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
394 jobject loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
242 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()