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.h71 Visitor fn, in VisitClassLoaderDexElements()
110 Visitor fn, in VisitClassLoaderDexFiles()
153 Visitor fn) in VisitClassLoaderDexFiles()
Dnative_bridge_art_interface.cc128 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
/art/runtime/native/
Ddalvik_system_VMStack.cc40 static ResultT GetThreadStack(const ScopedFastNativeObjectAccess& soa, jobject peer, T fn) in GetThreadStack()
77 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_fillStackTraceElements() local
144 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_getThreadStackTrace() local
157 auto fn = [](Thread* thread, const ScopedFastNativeObjectAccess& soaa) in VMStack_getAnnotatedThreadStackTrace() local
/art/libartbase/base/
Dsystrace.h56 explicit ScopedTrace(Fn fn) { in ScopedTrace()
Dtransform_iterator.h61 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
Dtransform_array_ref.h64 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
/art/tools/hiddenapi/
Dhiddenapi.cc255 void ForEachDexClass(const DexFile* dex_file, Fn fn) { in ForEachDexClass()
262 void ForEachDexClass(Fn fn) { in ForEachDexClass()
271 void ForEachDexMember(Fn fn) { in ForEachDexMember()
339 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember()
353 void ForEachSubClass(Fn fn) { in ForEachSubClass()
364 Fn fn, in ForEachResolvableMember_Impl()
409 bool ForEachMatchingMember(const DexMember& other, Fn fn) { in ForEachMatchingMember()
452 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.h369 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.cc193 static void RunTest(size_t alignment, 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.cc1215 #define FOR_JVMTI_JVALUE_TYPES(fn) \ argument
/art/libnativeloader/
Dpublic_libraries.cpp117 std::string_view fn = filename; in ReadExtensionLibraries() local
/art/runtime/jni/
Djava_vm_ext.cc336 void* fn = library->FindSymbol(jni_short_name, arg_shorty, jni_call_type); in FindNativeMethodInternal() local
1152 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
Djni_internal.cc1592 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1601 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1608 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1617 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/dex2oat/
Dverifier_deps_test.cc313 bool RunValidation(Fn fn, const std::vector<uint8_t>& buffer) { in RunValidation()
/art/test/004-JniTest/
Djni_test.cc66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
/art/perfetto_hprof/
Dperfetto_hprof.cc574 void ForInstanceReferenceField(art::mirror::Class* klass, F fn) NO_THREAD_SAFETY_ANALYSIS { in ForInstanceReferenceField()
/art/dex2oat/driver/
Dcompiler_driver.cc1584 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda()
1615 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()

12