Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/ti-agent/
H A Djni_binder.cc145 static jobject GetSystemClassLoader(JNIEnv* env) { in GetSystemClassLoader() function
188 ScopedLocalRef<jobject> system_class_loader(env, GetSystemClassLoader(env)); in GetClass()
/aosp_15_r20/art/runtime/oat/
H A 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()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_search.cc388 jobject loader = art::Runtime::Current()->GetSystemClassLoader(); in AddToSystemClassLoaderSearch()
/aosp_15_r20/art/runtime/
H A Druntime.h302 EXPORT jobject GetSystemClassLoader() const;
H A Druntime.cc2392 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime
/aosp_15_r20/art/runtime/jni/
H A Djni_internal.cc408 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader()); in GetClassLoader()