Home | History | Annotate | Download | only in android_runtime

Lines Matching full:static

50     static int registerNativeMethods(JNIEnv* env,
54 * Call a class's static main method with the given arguments,
63 static jclass findClass(JNIEnv* env, const char* className);
75 static AndroidRuntime* getRuntime();
93 * correct static main will be invoked.
104 static android_thread_id_t createJavaThread(const char* name, void (*start)(void *),
108 static JavaVM* getJavaVM() { return mJavaVM; }
111 static JNIEnv* getJNIEnv();
114 static char* toSlashClassName(const char* className);
117 static int startReg(JNIEnv* env);
125 static JavaVM* mJavaVM;
130 static int javaCreateThreadEtc(
137 static int javaThreadShell(void* args);