Home
last modified time | relevance | path

Searched refs:Fn (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dsystrace.h35 template <typename Fn>
36 explicit ScopedTrace(Fn fn) { in ScopedTrace()
Dhash_map.h26 template <typename Fn>
48 Fn fn_;
/art/compiler/dex/
Dinline_method_analyser.cc53 template <bool (Matcher::*Fn)()>
56 template <bool (Matcher::*Fn)()>
89 template <bool (Matcher::*Fn)()>
91 if (!(matcher->*Fn)()) { in Required()
99 template <bool (Matcher::*Fn)()>
101 if (!(matcher->*Fn)()) { in Repeated()
/art/openjdkjvmti/
Dti_stack.cc882 template<typename Fn>
885 explicit MonitorInfoClosure(Fn handle_results) in MonitorInfoClosure()
905 Fn handle_results_;
909 template <typename Fn>
912 Fn handle_results) in GetOwnedMonitorInfoCommon()
915 MonitorInfoClosure<Fn> closure(handle_results); in GetOwnedMonitorInfoCommon()
/art/test/004-JniTest/
Djni_test.cc65 typedef void (*Fn)(JNIEnv*); in AttachHelper() typedef
66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper()
/art/compiler/driver/
Dcompiler_driver.cc1551 template <typename Fn>
1552 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda()
1560 thread_pool_->AddTask(self, new ForAllClosureLambda<Fn>(this, end, fn)); in ForAllLambda()
1580 template <typename Fn>
1583 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()
1606 Fn fn_;