Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc60 using fntype = jobject(JNIEnv*, jclass); in InterpreterJni() typedef
61 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
71 using fntype = void(JNIEnv*, jclass); in InterpreterJni() typedef
72 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
78 using fntype = jboolean(JNIEnv*, jclass); in InterpreterJni() typedef
79 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
85 using fntype = jbyte(JNIEnv*, jclass, jint); in InterpreterJni() typedef
86 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
92 using fntype = jint(JNIEnv*, jclass, jint); in InterpreterJni() typedef
93 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni()
[all …]