Home
last modified time | relevance | path

Searched defs:fntype (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc56 typedef jobject (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef
67 typedef void (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef
74 typedef jboolean (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef
81 typedef jbyte (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef
88 typedef jint (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef
95 typedef jobject (fntype)(JNIEnv*, jclass, jobject); in InterpreterJni() typedef
108 typedef jint (fntype)(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef
115 typedef jint (fntype)(JNIEnv*, jclass, jobject, jint); in InterpreterJni() typedef
125 typedef jshort (fntype)(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef
133 typedef void (fntype)(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef
[all …]