Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc70 static bool DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size);
80 return DoMatch(code_item, pattern, size); in Match()
129 bool Matcher::DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size) { in DoMatch() function in art::__anonab18f0a00111::Matcher