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.cc1211 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()
Druntime.h244 jobject GetSystemClassLoader() const;
Druntime.cc1876 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
/art/openjdkjvmti/
Dti_search.cc269 jobject sys_class_loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
/art/runtime/jni/
Djni_internal.cc467 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()