Searched refs:fntype (Results 1 – 1 of 1) sorted by relevance
58 typedef jobject (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef59 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()69 typedef void (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef70 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()76 typedef jboolean (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef77 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()83 typedef jbyte (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef84 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()90 typedef jint (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef91 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()[all …]