Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc140 typedef jobject (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef
141 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
151 typedef void (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef
152 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
158 typedef jboolean (fntype)(JNIEnv*, jclass); in InterpreterJni() typedef
159 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
165 typedef jbyte (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef
166 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
172 typedef jint (fntype)(JNIEnv*, jclass, jint); in InterpreterJni() typedef
173 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
[all …]