Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc44 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
55 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
62 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
69 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
76 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
83 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
97 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
104 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local
115 fntype* const fn = in InterpreterJni() local
123 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
[all …]
/art/sigchainlib/
Dsigchain.cc80 void SetSpecialHandler(SpecialSignalHandlerFn fn) { in SetSpecialHandler()
339 extern "C" void SetSpecialSignalHandlerFn(int signal, SpecialSignalHandlerFn fn) { in SetSpecialSignalHandlerFn()
/art/runtime/
Dnative_bridge_art_interface.cc116 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
Doat_file_manager.cc230 std::function<bool(const DexFile*)> fn) in IterateOverJavaDexFile()
255 std::function<bool(const DexFile*)> fn) SHARED_REQUIRES(Locks::mutator_lock_) { in IterateOverPathClassLoader()
Djava_vm_ext.cc256 void* fn = library->FindSymbol(jni_short_name, shorty); in FindNativeMethod() local
Djni_internal.cc1250 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1258 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1264 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1272 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/test/004-JniTest/
Djni_test.cc54 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
/art/compiler/utils/arm/
Dassembler_thumb2.cc31 void Thumb2Assembler::Fixup::ForExpandableDependencies(Thumb2Assembler* assembler, Function fn) { in ForExpandableDependencies()