Home
last modified time | relevance | path

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

/aosp12/art/compiler/dex/
H A 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::__anon8ac9998c0110::Matcher