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