Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc56 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
67 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
74 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
81 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
88 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
95 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
108 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
115 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local
125 fntype* const fn = in InterpreterJni() local
133 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
[all …]
/art/disassembler/
Ddisassembler.h53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
/art/runtime/base/
Dtransform_iterator.h61 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
Dtransform_array_ref.h70 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
/art/runtime/
Dnative_bridge_art_interface.cc119 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
Doat_file_manager.cc268 const T& fn) in IterateOverJavaDexFile()
293 const T& fn) REQUIRES_SHARED(Locks::mutator_lock_) { in IterateOverPathClassLoader()
Djava_vm_ext.cc259 void* fn = library->FindSymbol(jni_short_name, shorty); in FindNativeMethod() local
936 void* fn = agent.FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
Djni_internal.cc1269 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1277 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1283 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1291 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/test/ti-agent/
Dcommon_load.cc120 OnLoad fn = nullptr; in Agent_OnLoad() local
/art/runtime/openjdkjvmti/
Devents-inl.h44 #define FORALL_EVENT_TYPES(fn) \ argument
Dti_heap.cc749 static jvmtiError DoIterateThroughHeap(T fn, in DoIterateThroughHeap()
/art/test/004-JniTest/
Djni_test.cc63 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
/art/compiler/jni/
Djni_compiler_test.cc612 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply argument
/art/compiler/utils/arm/
Dassembler_thumb2.cc31 void Thumb2Assembler::Fixup::ForExpandableDependencies(Thumb2Assembler* assembler, Function fn) { in ForExpandableDependencies()