Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc61 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/
Dclass_loader_utils.h80 Visitor fn, in VisitClassLoaderDexElements()
122 Visitor fn, in VisitClassLoaderDexFiles()
165 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()
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/
Ddisassembler.h53 ThreadOffsetNameFunction fn) in DisassemblerOptions()
/art/libartbase/base/
Dsystrace.h56 explicit ScopedTrace(Fn fn) { in ScopedTrace()
Dtransform_iterator.h61 TransformIterator(BaseIterator base, Function fn) in TransformIterator()
Dtransform_array_ref.h70 TransformArrayRef(const ArrayRef<OtherBT>& base, Function fn) in TransformArrayRef()
/art/tools/hiddenapi/
Dhiddenapi.cc239 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/
Dcommon_load.cc133 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.h371 void IterateRegToLockDepths(T fn) const { in IterateRegToLockDepths()
/art/sigchainlib/
Dsigchain_test.cc89 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.cc130 FrameFn fn; member
156 FrameFn fn) { in MakeStackTraceVisitor()
Dti_method.cc1208 #define FOR_JVMTI_JVALUE_TYPES(fn) \ argument
Dti_heap.cc746 static jvmtiError DoIterateThroughHeap(T fn, in DoIterateThroughHeap()
/art/libnativeloader/
Dpublic_libraries.cpp143 std::string_view fn = filename; in ReadExtensionLibraries() local
/art/runtime/jni/
Djava_vm_ext.cc321 void* fn = library->FindSymbol(jni_short_name, arg_shorty); in FindNativeMethodInternal() local
1117 void* fn = agent->FindSymbol(jni_short_name); in FindCodeForNativeMethodInAgents() local
Djni_internal.cc1414 #define GET_PRIMITIVE_FIELD(fn, instance) \ argument
1423 #define GET_STATIC_PRIMITIVE_FIELD(fn) \ argument
1430 #define SET_PRIMITIVE_FIELD(fn, instance, value) \ argument
1439 #define SET_STATIC_PRIMITIVE_FIELD(fn, value) \ argument
/art/test/004-JniTest/
Djni_test.cc66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper() local
/art/dex2oat/driver/
Dcompiler_driver.cc1495 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda()
1526 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()
/art/dex2oat/
Dverifier_deps_test.cc475 bool RunValidation(Fn fn, const std::vector<uint8_t>& buffer, std::string* error_msg) { in RunValidation()
/art/compiler/jni/
Djni_compiler_test.cc621 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply argument