Searched defs:matcher (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dinline_method_analyser.cc43 typedef bool MatchFn(Matcher* matcher);
50 static bool Mark(Matcher* matcher);
53 static bool Required(Matcher* matcher);
56 static bool Repeated(Matcher* matcher); // On match, returns to the mark.
84 bool Matcher::Mark(Matcher* matcher) { argument
85 matcher->pos_ += 1u; // Advance to the next match function before marking.
86 matcher->mark_ = matcher->pos_;
91 bool Matcher::Required(Matcher* matcher) { argument
92 if (!(matcher
101 Repeated(Matcher* matcher) argument
[all...]

Completed in 35 milliseconds