/art/runtime/interpreter/ |
D | interpreter.cc | 61 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 72 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 79 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 86 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 93 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 100 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 113 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local 120 fntype* const fn = reinterpret_cast<fntype*>(const_cast<void*>( in InterpreterJni() local 130 fntype* const fn = in InterpreterJni() local 138 fntype* const fn = reinterpret_cast<fntype*>(method->GetEntryPointFromJni()); in InterpreterJni() local [all …]
|
/art/runtime/ |
D | class_loader_utils.h | 80 Visitor fn, in VisitClassLoaderDexElements() 122 Visitor fn, in VisitClassLoaderDexFiles() 165 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/disassembler/ |
D | disassembler.h | 53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
|
/art/libartbase/base/ |
D | systrace.h | 56 explicit ScopedTrace(Fn fn) { in ScopedTrace()
|
D | transform_iterator.h | 61 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
|
D | transform_array_ref.h | 70 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 252 void ForEachDexClass(Fn fn) { in ForEachDexClass() 261 void ForEachDexMember(Fn fn) { in ForEachDexMember() 358 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember() 372 void ForEachSubClass(Fn fn) { in ForEachSubClass() 383 Fn fn, in ForEachResolvableMember_Impl() 428 bool ForEachMatchingMember(const DexMember& other, Fn fn) { in ForEachMatchingMember() 471 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember()
|
/art/test/ti-agent/ |
D | common_load.cc | 134 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 | 371 void IterateRegToLockDepths(T fn) const { in IterateRegToLockDepths()
|
/art/sigchainlib/ |
D | sigchain_test.cc | 89 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 | 130 FrameFn fn; member 156 FrameFn fn) { in MakeStackTraceVisitor()
|
D | ti_method.cc | 1211 #define FOR_JVMTI_JVALUE_TYPES(fn) \ argument
|
D | ti_heap.cc | 746 static jvmtiError DoIterateThroughHeap(T fn, in DoIterateThroughHeap()
|
/art/libnativeloader/ |
D | public_libraries.cpp | 115 std::string_view fn = filename; in ReadExtensionLibraries() local
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 321 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local 1117 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
|
D | jni_internal.cc | 1513 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument 1522 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument 1529 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument 1538 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 487 void ForInstanceReferenceField(art::mirror::Class* klass, F fn) NO_THREAD_SAFETY_ANALYSIS { in ForInstanceReferenceField()
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 323 bool RunValidation(Fn fn, const std::vector<uint8_t>& buffer, std::string* error_msg) { in RunValidation()
|
/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 | 1397 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda() 1428 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()
|