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