Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_map.h26 template <typename Fn>
48 Fn fn_;
/art/compiler/dex/
Dinline_method_analyser.cc52 template <bool (Matcher::*Fn)()>
55 template <bool (Matcher::*Fn)()>
90 template <bool (Matcher::*Fn)()>
92 if (!(matcher->*Fn)()) { in Required()
100 template <bool (Matcher::*Fn)()>
102 if (!(matcher->*Fn)()) { in Repeated()
/art/test/004-JniTest/
Djni_test.cc62 typedef void (*Fn)(JNIEnv*); in AttachHelper() typedef
63 Fn fn = reinterpret_cast<Fn>(arg); in AttachHelper()