Home
last modified time | relevance | path

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

/art/runtime/
Dwell_known_classes.cc188 static jmethodID CacheMethod(JNIEnv* env, jclass c, bool is_static, in CacheMethod() function
205 static jmethodID CacheMethod(JNIEnv* env, const char* klass, bool is_static, in CacheMethod() function
208 return CacheMethod(env, java_class.get(), is_static, name, signature); in CacheMethod()
213 return CacheMethod(env, boxed_class.get(), true, "valueOf", in CachePrimitiveBoxingMethod()
348 …dalvik_system_BaseDexClassLoader_getLdLibraryPath = CacheMethod(env, dalvik_system_BaseDexClassLoa… in Init()
349 …dalvik_system_VMRuntime_runFinalization = CacheMethod(env, dalvik_system_VMRuntime, true, "runFina… in Init()
350 …dalvik_system_VMRuntime_hiddenApiUsed = CacheMethod(env, dalvik_system_VMRuntime, true, "hiddenApi… in Init()
351 …java_lang_ClassNotFoundException_init = CacheMethod(env, java_lang_ClassNotFoundException, false, … in Init()
352 …java_lang_ClassLoader_loadClass = CacheMethod(env, java_lang_ClassLoader, false, "loadClass", "(Lj… in Init()
354 java_lang_Daemons_start = CacheMethod(env, java_lang_Daemons, true, "start", "()V"); in Init()
[all …]