Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 7 of 7) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc38 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
49 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
56 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
63 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
70 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
77 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
91 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
98 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local
109 fntype* const fn = in InterpreterJni() local
117 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
[all …]
/art/sigchainlib/
Dsigchain.cc80 void SetSpecialHandler(SpecialSignalHandlerFn fn) { in SetSpecialHandler()
331 extern "C" void SetSpecialSignalHandlerFn(int signal, SpecialSignalHandlerFn fn) { in SetSpecialSignalHandlerFn()
/art/compiler/dex/quick/
Dresource_mask.cc59 #define DEFINE_LIST_32(fn) \ argument
/art/runtime/
Dnative_bridge_art_interface.cc131 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
Djava_vm_ext.cc226 void* fn; in FindNativeMethod() local
Djni_internal.cc1255 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1263 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1269 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1277 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/test/004-JniTest/
Djni_test.cc46 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local