Searched refs:Fn (Results 1 – 6 of 6) sorted by relevance
35 template <typename Fn>36 explicit ScopedTrace(Fn fn) { in ScopedTrace()
26 template <typename Fn>48 Fn fn_;
53 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()
882 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()
65 typedef void (*Fn)(JNIEnv*); in AttachHelper() typedef66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper()
1551 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_;