Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc58 using fntype = jobject(JNIEnv*, jclass); in InterpreterJni() typedef
69 using fntype = void(JNIEnv*, jclass); in InterpreterJni() typedef
76 using fntype = jboolean(JNIEnv*, jclass); in InterpreterJni() typedef
83 using fntype = jbyte(JNIEnv*, jclass, jint); in InterpreterJni() typedef
90 using fntype = jint(JNIEnv*, jclass, jint); in InterpreterJni() typedef
97 using fntype = jobject(JNIEnv*, jclass, jobject); in InterpreterJni() typedef
110 using fntype = jint(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef
117 using fntype = jint(JNIEnv*, jclass, jobject, jint); in InterpreterJni() typedef
127 using fntype = jshort(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef
135 using fntype = void(JNIEnv*, jclass, jint, jboolean); in InterpreterJni() typedef
[all …]