Searched refs:getsystemclassloader_method (Results 1 – 1 of 1) sorted by relevance
148 jmethodID getsystemclassloader_method = env->GetStaticMethodID(cl_klass.get(), in GetSystemClassLoader() local151 CHECK(getsystemclassloader_method != nullptr); in GetSystemClassLoader()152 return env->CallStaticObjectMethod(cl_klass.get(), getsystemclassloader_method); in GetSystemClassLoader()