Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc40 class Matcher { class
43 typedef bool MatchFn(Matcher* matcher);
50 static bool Mark(Matcher* matcher);
52 template <bool (Matcher::*Fn)()>
53 static bool Required(Matcher* matcher);
55 template <bool (Matcher::*Fn)()>
56 static bool Repeated(Matcher* matcher); // On match, returns to the mark.
65 explicit Matcher(const DexFile::CodeItem* code_item) in Matcher() function in art::__anon8023c6a50111::Matcher
80 bool Matcher::Match(const DexFile::CodeItem* code_item, MatchFn* const (&pattern)[size]) { in Match()
84 bool Matcher::Mark(Matcher* matcher) { in Mark()
[all …]
/art/test/094-pattern/src/
DMain.java17 import java.util.regex.Matcher;