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/oat/
Doat_file_assistant_test.cc1571 Runtime::Current()->GetSystemClassLoader(), in Run()
2331 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
2350 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
2390 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
2403 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()
2419 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
2433 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()
2466 Runtime::Current()->GetSystemClassLoader(), in TEST_F()
/art/openjdkjvmti/
Dti_search.cc388 jobject loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
/art/runtime/
Druntime.h302 EXPORT jobject GetSystemClassLoader() const;
Druntime.cc2392 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
/art/runtime/jni/
Djni_internal.cc408 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()