Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc44 using MatchFn = bool(Matcher*); typedef in art::__anonab18f0a00111::Matcher
47 static bool Match(const CodeItemDataAccessor* code_item, MatchFn* const (&pattern)[size]);
70 static bool DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size);
79 bool Matcher::Match(const CodeItemDataAccessor* code_item, MatchFn* const (&pattern)[size]) { in Match()
129 bool Matcher::DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size) { in DoMatch()
282 static Matcher::MatchFn* const kConstructorPattern[] = { in DoAnalyseConstructor()