Home
last modified time | relevance | path

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

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