Searched refs:Fn (Results 1 – 8 of 8) sorted by relevance
/art/libartbase/base/ |
D | systrace.h | 55 template <typename Fn> 56 explicit ScopedTrace(Fn fn) { in ScopedTrace()
|
D | hash_map.h | 26 template <typename Fn> 48 Fn fn_;
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 238 template<typename Fn> 239 void ForEachDexClass(Fn fn) { in ForEachDexClass() 247 template<typename Fn> 248 void ForEachDexMember(Fn fn) { in ForEachDexMember() 339 template<typename Fn> 340 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember() 353 template<typename Fn> 354 void ForEachSubClass(Fn fn) { in ForEachSubClass() 363 template<typename Fn> 365 Fn fn, in ForEachResolvableMember_Impl() [all …]
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 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()
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 881 template<typename Fn> 884 explicit MonitorInfoClosure(Fn handle_results) in MonitorInfoClosure() 904 Fn handle_results_; 908 template <typename Fn> 911 Fn handle_results) in GetOwnedMonitorInfoCommon() 914 MonitorInfoClosure<Fn> closure(handle_results); in GetOwnedMonitorInfoCommon()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 65 using Fn = void(*)(JNIEnv*); in AttachHelper() typedef 66 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 1440 template <typename Fn> 1441 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda() 1449 thread_pool_->AddTask(self, new ForAllClosureLambda<Fn>(this, end, fn)); in ForAllLambda() 1469 template <typename Fn> 1472 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda() 1495 Fn fn_;
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 474 template<typename Fn> 475 bool RunValidation(Fn fn, const std::vector<uint8_t>& buffer, std::string* error_msg) { in RunValidation()
|