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

/art/compiler/dex/
H A Dinline_method_analyser.cc71 static bool DoMatch(const DexFile::CodeItem* code_item, MatchFn* const* pattern, size_t size);
81 return DoMatch(code_item, pattern, size);
130 bool Matcher::DoMatch(const DexFile::CodeItem* code_item, MatchFn* const* pattern, size_t size) { function in class:art::__anon5::Matcher

Completed in 32 milliseconds