| /art/runtime/interpreter/ |
| D | interpreter.cc | 59 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/ |
| D | disassembler_arm64_test.cc | 63 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
|
| D | disassembler.h | 53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
|
| /art/runtime/ |
| D | class_loader_utils.h | 70 Visitor fn, in VisitClassLoaderDexElements() 109 Visitor fn, in VisitClassLoaderDexFiles() 152 Visitor fn) in VisitClassLoaderDexFiles()
|
| D | native_bridge_art_interface.cc | 128 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
|
| /art/runtime/native/ |
| D | dalvik_system_VMStack.cc | 42 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/ |
| D | systrace.h | 56 explicit ScopedTrace(Fn fn) { in ScopedTrace()
|
| D | transform_iterator.h | 58 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
|
| D | transform_array_ref.h | 67 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
|
| /art/tools/hiddenapi/ |
| D | hiddenapi.cc | 254 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/ |
| D | common_load.cc | 136 OnLoad fn = nullptr; in Agent_OnLoad() local
|
| /art/test/674-hiddenapi/src-ex/ |
| D | ChildClass.java | 535 String fn, boolean canAccess) { in throwDiscoveryException() 542 String fn) { in throwAccessException()
|
| /art/runtime/verifier/ |
| D | register_line.h | 368 void IterateRegToLockDepths(T fn) const { in IterateRegToLockDepths()
|
| /art/sigchainlib/ |
| D | sigchain_test.cc | 99 static void TestSignalBlocking(const std::function<void()>& fn) { in TestSignalBlocking()
|
| /art/runtime/gc/accounting/ |
| D | space_bitmap_test.cc | 157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest()
|
| /art/openjdkjvmti/ |
| D | events-inl.h | 93 #define FORALL_EVENT_TYPES(fn) \ argument
|
| D | ti_stack.cc | 128 FrameFn fn; member 154 FrameFn fn) { in MakeStackTraceVisitor()
|
| D | ti_method.cc | 1208 #define FOR_JVMTI_JVALUE_TYPES(fn) \ argument
|
| /art/libnativeloader/ |
| D | public_libraries.cpp | 115 std::string_view fn = filename; in ReadExtensionLibraries() local
|
| /art/runtime/jni/ |
| D | java_vm_ext.cc | 329 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local 1145 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
|
| D | jni_internal.cc | 1589 #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/ |
| D | verifier_deps_test.cc | 313 bool RunValidation(Fn fn, const std::vector<uint8_t>& buffer, std::string* error_msg) { in RunValidation()
|
| /art/perfetto_hprof/ |
| D | perfetto_hprof.cc | 572 void ForInstanceReferenceField(art::mirror::Class* klass, F fn) NO_THREAD_SAFETY_ANALYSIS { in ForInstanceReferenceField()
|
| /art/test/004-JniTest/ |
| D | jni_test.cc | 66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
|
| /art/dex2oat/driver/ |
| D | compiler_driver.cc | 1470 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()
|