Home
last modified time | relevance | path

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

12

/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/disassembler/
Ddisassembler_arm64_test.cc63 void ImplantInstruction(LamdaType fn) { in ImplantInstruction()
74 void CompareInstruction(LamdaType fn, const char* EXP) { in CompareInstruction()
110 #define IMPLANT(fn) \ argument
115 #define COMPARE(fn, output) \ argument
Ddisassembler.h53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
/art/runtime/
Dclass_loader_utils.h70 Visitor fn, in VisitClassLoaderDexElements()
109 Visitor fn, in VisitClassLoaderDexFiles()
152 Visitor fn) in VisitClassLoaderDexFiles()
Dnative_bridge_art_interface.cc128 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
/art/runtime/native/
Ddalvik_system_VMStack.cc42 T fn) in GetThreadStack()
84 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_fillStackTraceElements() local
151 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_getThreadStackTrace() local
164 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_getAnnotatedThreadStackTrace() local
/art/libartbase/base/
Dsystrace.h56 explicit ScopedTrace(Fn fn) { in ScopedTrace()
Dtransform_iterator.h58 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
Dtransform_array_ref.h67 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
/art/tools/hiddenapi/
Dhiddenapi.cc254 void ForEachDexClass(const DexFile* dex_file, Fn fn) { in ForEachDexClass()
261 void ForEachDexClass(Fn fn) { in ForEachDexClass()
270 void ForEachDexMember(Fn fn) { in ForEachDexMember()
338 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember()
352 void ForEachSubClass(Fn fn) { in ForEachSubClass()
363 Fn fn, in ForEachResolvableMember_Impl()
408 bool ForEachMatchingMember(const DexMember& other, Fn fn) { in ForEachMatchingMember()
451 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember()
/art/test/ti-agent/
Dcommon_load.cc136 OnLoad fn = nullptr; in Agent_OnLoad() local
/art/test/674-hiddenapi/src-ex/
DChildClass.java535 String fn, boolean canAccess) { in throwDiscoveryException()
542 String fn) { in throwAccessException()
/art/runtime/verifier/
Dregister_line.h368 void IterateRegToLockDepths(T fn) const { in IterateRegToLockDepths()
/art/sigchainlib/
Dsigchain_test.cc99 static void TestSignalBlocking(const std::function<void()>& fn) { in TestSignalBlocking()
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest()
/art/openjdkjvmti/
Devents-inl.h93 #define FORALL_EVENT_TYPES(fn) \ argument
Dti_stack.cc128 FrameFn fn; member
154 FrameFn fn) { in MakeStackTraceVisitor()
Dti_method.cc1208 #define FOR_JVMTI_JVALUE_TYPES(fn) \ argument
/art/libnativeloader/
Dpublic_libraries.cpp115 std::string_view fn = filename; in ReadExtensionLibraries() local
/art/runtime/jni/
Djava_vm_ext.cc329 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local
1145 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
Djni_internal.cc1589 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1598 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1605 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1614 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/dex2oat/
Dverifier_deps_test.cc313 bool RunValidation(Fn fn, const std::vector<uint8_t>& buffer, std::string* error_msg) { in RunValidation()
/art/perfetto_hprof/
Dperfetto_hprof.cc572 void ForInstanceReferenceField(art::mirror::Class* klass, F fn) NO_THREAD_SAFETY_ANALYSIS { in ForInstanceReferenceField()
/art/test/004-JniTest/
Djni_test.cc66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
/art/dex2oat/driver/
Dcompiler_driver.cc1470 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda()
1501 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()

12