Home
last modified time | relevance | path

Searched defs:GetSystemClassLoader (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/test/ti-agent/
H A Djni_binder.cc145 static jobject GetSystemClassLoader(JNIEnv* env) { in GetSystemClassLoader() function
/aosp_15_r20/art/runtime/
H A Druntime.cc2392 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader() function in art::Runtime