Searched defs:fn (Results 1 – 7 of 7) sorted by relevance
38 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local49 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local56 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local63 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local70 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local77 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local91 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local98 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local109 fntype* const fn = in InterpreterJni() local117 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local[all …]
80 void SetSpecialHandler(SpecialSignalHandlerFn fn) { in SetSpecialHandler()331 extern "C" void SetSpecialSignalHandlerFn(int signal, SpecialSignalHandlerFn fn) { in SetSpecialSignalHandlerFn()
59 #define DEFINE_LIST_32(fn) \ argument
131 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
226 void* fn; in FindNativeMethod() local
1255 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument1263 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument1269 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument1277 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
46 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local