Searched refs:MatchFn (Results 1 – 1 of 1) sorted by relevance
43 typedef bool MatchFn(Matcher* matcher); typedef in art::__anon8023c6a50111::Matcher46 static bool Match(const DexFile::CodeItem* code_item, MatchFn* const (&pattern)[size]);71 static bool DoMatch(const DexFile::CodeItem* code_item, MatchFn* const* pattern, size_t size);80 bool Matcher::Match(const DexFile::CodeItem* code_item, MatchFn* const (&pattern)[size]) { in Match()130 bool Matcher::DoMatch(const DexFile::CodeItem* code_item, MatchFn* const* pattern, size_t size) { in DoMatch()280 static Matcher::MatchFn* const kConstructorPattern[] = { in DoAnalyseConstructor()