Searched defs:fntype (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 43 typedef jobject (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef 54 typedef void (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef 61 typedef jboolean (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef 68 typedef jbyte (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef 75 typedef jint (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef 82 typedef jobject (fntype)(JNIEnv*, jclass, jobject); in InterpreterJni() typedef 96 typedef jint (fntype)(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef 103 typedef jint (fntype)(JNIEnv*, jclass, jobject, jint); in InterpreterJni() typedef 114 typedef jshort (fntype)(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef 122 typedef void (fntype)(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef [all …]
|