Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc57 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
68 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
75 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
82 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
89 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
96 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
109 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
116 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local
126 fntype* const fn = in InterpreterJni() local
134 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
Djava_vm_ext.cc292 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local
966 void* fn = agent.FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
Djni_internal.cc1358 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1367 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1374 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1383 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/test/ti-agent/
Dcommon_load.cc131 OnLoad fn = nullptr; in Agent_OnLoad() local
/art/runtime/openjdkjvmti/
Devents-inl.h47 #define FORALL_EVENT_TYPES(fn) \ argument
Dti_stack.cc104 FrameFn fn; member
113 FrameFn fn) { in MakeStackTraceVisitor()
Dti_heap.cc657 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.cc615 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply argument