HomeSort by relevance Sort by last modified time
    Searched defs:DoMatch (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
inline_method_analyser.cc 70 static bool DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size);
80 return DoMatch(code_item, pattern, size);
129 bool Matcher::DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size) {
  /external/pcre/pcrecpp/
pcrecpp.cc 407 bool RE::DoMatch(const StringPiece& text,

Completed in 70 milliseconds