Searched defs:fntype (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 60 using fntype = jobject(JNIEnv*, jclass); in InterpreterJni() typedef 71 using fntype = void(JNIEnv*, jclass); in InterpreterJni() typedef 78 using fntype = jboolean(JNIEnv*, jclass); in InterpreterJni() typedef 85 using fntype = jbyte(JNIEnv*, jclass, jint); in InterpreterJni() typedef 92 using fntype = jint(JNIEnv*, jclass, jint); in InterpreterJni() typedef 99 using fntype = jobject(JNIEnv*, jclass, jobject); in InterpreterJni() typedef 112 using fntype = jint(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef 119 using fntype = jint(JNIEnv*, jclass, jobject, jint); in InterpreterJni() typedef 129 using fntype = jshort(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef 137 using fntype = void(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef [all …]
|