Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc59 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
84 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*>(method->GetEntryPointFromJni()); in InterpreterJni() local
111 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
118 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local
128 fntype* const fn = in InterpreterJni() local
136 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local
[all …]
/art/runtime/
Dclass_loader_utils.h61 Visitor fn, in VisitClassLoaderDexElements()
105 Visitor fn, in VisitClassLoaderDexFiles()
148 Visitor fn) in VisitClassLoaderDexFiles()
Dnative_bridge_art_interface.cc119 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
Djava_vm_ext.cc296 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local
1059 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
Djni_internal.cc1381 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1390 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1397 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1406 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/runtime/native/
Ddalvik_system_VMStack.cc42 T fn) in GetThreadStack()
85 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_fillStackTraceElements() local
152 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_getThreadStackTrace() local
165 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_getAnnotatedThreadStackTrace() local
/art/libartbase/base/
Dsystrace.h36 explicit ScopedTrace(Fn fn) { in ScopedTrace()
Dtransform_iterator.h61 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
Dtransform_array_ref.h70 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
/art/disassembler/
Ddisassembler.h53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
/art/test/674-hiddenapi/src-ex/
DChildClass.java516 String fn, boolean canAccess) { in throwDiscoveryException()
524 String fn) { in throwAccessException()
532 String fn, boolean setsWarning) { in throwWarningException()
/art/test/ti-agent/
Dcommon_load.cc132 OnLoad fn = nullptr; in Agent_OnLoad() local
/art/runtime/verifier/
Dregister_line.h360 void IterateRegToLockDepths(T fn) const { in IterateRegToLockDepths()
/art/sigchainlib/
Dsigchain_test.cc73 static void TestSignalBlocking(std::function<void()> fn) { in TestSignalBlocking()
/art/openjdkjvmti/
Devents-inl.h90 #define FORALL_EVENT_TYPES(fn) \ argument
Dti_stack.cc110 FrameFn fn; member
119 FrameFn fn) { in MakeStackTraceVisitor()
Dti_method.cc1006 #define FOR_JVMTI_JVALUE_TYPES(fn) \ argument
Dti_heap.cc657 static jvmtiError DoIterateThroughHeap(T fn, in DoIterateThroughHeap()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest()
/art/test/004-JniTest/
Djni_test.cc66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
/art/compiler/driver/
Dcompiler_driver.cc1552 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda()
1583 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()
/art/compiler/jni/
Djni_compiler_test.cc614 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply argument