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.cc1135 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()
Druntime.h260 jobject GetSystemClassLoader() const;
Druntime.cc1953 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.cc242 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()