HomeSort by relevance Sort by last modified time
    Searched refs:CacheMethod (Results 1 - 2 of 2) sorted by null

  /art/runtime/
well_known_classes.cc 175 jmethodID CacheMethod(JNIEnv* env, jclass c, bool is_static,
194 return CacheMethod(env, boxed_class.get(), true, "valueOf",
227 CacheMethod(env, java_lang_String, false, "<init>", init_signature)); \
229 CacheMethod(env, java_lang_StringFactory, true, new_java_name, new_signature));
316 dalvik_system_VMRuntime_runFinalization = CacheMethod(env, dalvik_system_VMRuntime, true, "runFinalization", "(J)V");
317 java_lang_ClassNotFoundException_init = CacheMethod(env, java_lang_ClassNotFoundException, false, "<init>", "(Ljava/lang/String;Ljava/lang/Throwable;)V");
318 java_lang_ClassLoader_loadClass = CacheMethod(env, java_lang_ClassLoader, false, "loadClass", "(Ljava/lang/String;)Ljava/lang/Class;");
320 java_lang_Daemons_requestHeapTrim = CacheMethod(env, java_lang_Daemons, true, "requestHeapTrim", "()V");
321 java_lang_Daemons_start = CacheMethod(env, java_lang_Daemons, true, "start", "()V");
322 java_lang_Daemons_stop = CacheMethod(env, java_lang_Daemons, true, "stop", "()V")
    [all...]
well_known_classes.h 36 jmethodID CacheMethod(JNIEnv* env, jclass c, bool is_static, const char* name, const char* signature);

Completed in 56 milliseconds