Searched refs:fntype (Results 1 – 1 of 1) sorted by relevance
60 using fntype = jobject(JNIEnv*, jclass); in InterpreterJni() typedef61 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()71 using fntype = void(JNIEnv*, jclass); in InterpreterJni() typedef72 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()78 using fntype = jboolean(JNIEnv*, jclass); in InterpreterJni() typedef79 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()85 using fntype = jbyte(JNIEnv*, jclass, jint); in InterpreterJni() typedef86 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()92 using fntype = jint(JNIEnv*, jclass, jint); in InterpreterJni() typedef93 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()[all …]