Searched refs:CacheMethod (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | well_known_classes.cc | 207 static jmethodID CacheMethod(JNIEnv* env, jclass c, bool is_static, in CacheMethod() function 233 static jmethodID CacheMethod(JNIEnv* env, const char* klass, bool is_static, in CacheMethod() function 236 return CacheMethod(env, java_class.get(), is_static, name, signature); in CacheMethod() 241 return CacheMethod(env, boxed_class.get(), true, "valueOf", in CachePrimitiveBoxingMethod() 384 …dalvik_system_BaseDexClassLoader_getLdLibraryPath = CacheMethod(env, dalvik_system_BaseDexClassLoa… in InitFieldsAndMethodsOnly() 385 …dalvik_system_VMRuntime_runFinalization = CacheMethod(env, dalvik_system_VMRuntime, true, "runFina… in InitFieldsAndMethodsOnly() 386 …dalvik_system_VMRuntime_hiddenApiUsed = CacheMethod(env, dalvik_system_VMRuntime, true, "hiddenApi… in InitFieldsAndMethodsOnly() 388 …java_lang_ClassNotFoundException_init = CacheMethod(env, java_lang_ClassNotFoundException, false, … in InitFieldsAndMethodsOnly() 389 …java_lang_ClassLoader_loadClass = CacheMethod(env, java_lang_ClassLoader, false, "loadClass", "(Lj… in InitFieldsAndMethodsOnly() 391 java_lang_Daemons_start = CacheMethod(env, java_lang_Daemons, true, "start", "()V"); in InitFieldsAndMethodsOnly() [all …]
|