Home
last modified time | relevance | path

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

/art/test/ti-agent/
Djni_binder.cc148 jmethodID getsystemclassloader_method = env->GetStaticMethodID(cl_klass.get(), in GetSystemClassLoader() local
151 CHECK(getsystemclassloader_method != nullptr); in GetSystemClassLoader()
152 return env->CallStaticObjectMethod(cl_klass.get(), getsystemclassloader_method); in GetSystemClassLoader()