Home
last modified time | relevance | path

Searched refs:GetSystemClassLoader (Results 1 – 6 of 6) sorted by relevance

/art/test/ti-agent/
Djni_binder.cc145 static jobject GetSystemClassLoader(JNIEnv* env) { in GetSystemClassLoader() function
188 ScopedLocalRef<jobject> system_class_loader(env, GetSystemClassLoader(env)); in GetClass()
/art/runtime/
Doat_file_assistant_test.cc1275 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()
Druntime.h271 jobject GetSystemClassLoader() const;
Druntime.cc2215 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
/art/openjdkjvmti/
Dti_search.cc394 jobject loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
/art/runtime/jni/
Djni_internal.cc405 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()