Searched refs:fntype (Results 1 – 1 of 1) sorted by relevance
140 typedef jobject (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef141 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()151 typedef void (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef152 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()158 typedef jboolean (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef159 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()165 typedef jbyte (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef166 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()172 typedef jint (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef173 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()[all …]