/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 | 71 Visitor fn, in VisitClassLoaderDexElements() 114 Visitor fn, in VisitClassLoaderDexFiles() 157 Visitor fn) in VisitClassLoaderDexFiles()
|
D | native_bridge_art_interface.cc | 119 android::NativeBridgeSignalHandlerFn fn = android::NativeBridgeGetSignalHandler(signal); in InitializeNativeBridge() local
|
/art/runtime/native/ |
D | dalvik_system_VMStack.cc | 42 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/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 | 239 void ForEachDexClass(Fn fn) { in ForEachDexClass() 248 void ForEachDexMember(Fn fn) { in ForEachDexMember() 340 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember() 354 void ForEachSubClass(Fn fn) { in ForEachSubClass() 365 Fn fn, in ForEachResolvableMember_Impl() 410 bool ForEachMatchingMember(const DexMember& other, Fn fn) { in ForEachMatchingMember() 453 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember()
|
/art/test/ti-agent/ |
D | common_load.cc | 132 OnLoad fn = nullptr; in Agent_OnLoad() local
|
/art/test/674-hiddenapi/src-ex/ |
D | ChildClass.java | 475 String fn, boolean canAccess) { in throwDiscoveryException() 482 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/openjdkjvmti/ |
D | events-inl.h | 93 #define FORALL_EVENT_TYPES(fn) \ argument
|
D | ti_stack.cc | 113 FrameFn fn; member 139 FrameFn fn) { in MakeStackTraceVisitor()
|
D | ti_method.cc | 961 #define FOR_JVMTI_JVALUE_TYPES(fn) \ argument
|
D | ti_heap.cc | 721 static jvmtiError DoIterateThroughHeap(T fn, in DoIterateThroughHeap()
|
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 319 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local 1108 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
|
D | jni_internal.cc | 1576 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument 1585 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument 1592 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument 1601 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
|
/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 | 1441 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda() 1472 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 475 bool RunValidation(Fn fn, const std::vector<uint8_t>& buffer, std::string* error_msg) { in RunValidation()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 614 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply argument
|