Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc58 using fntype = jobject(JNIEnv*, jclass); in InterpreterJni() typedef
59 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
69 using fntype = void(JNIEnv*, jclass); in InterpreterJni() typedef
70 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
76 using fntype = jboolean(JNIEnv*, jclass); in InterpreterJni() typedef
77 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
83 using fntype = jbyte(JNIEnv*, jclass, jint); in InterpreterJni() typedef
84 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
90 using fntype = jint(JNIEnv*, jclass, jint); in InterpreterJni() typedef
91 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
[all …]