Home
last modified time | relevance | path

Searched defs:match (Results 1 – 6 of 6) sorted by relevance

/art/tools/
Dchecker.py244 def __isMatchAtStart(self, match): argument
310 def match(self, outputLine, initialVarState): member in CheckLine
464 def match(self, outputGroup): member in CheckGroup
603 def match(self, outputFile): member in CheckFile
/art/compiler/dex/quick/
Dquick_compiler.cc660 bool match = use_match && (compiler_flip_match ^ in Compile() local
Dralloc_util.cc999 bool match = true; in UpdateLoc() local
1024 bool match = true; in UpdateLocWide() local
/art/runtime/mirror/
Dclass-inl.h699 inline bool Class::DescriptorEquals(const char* match) { in DescriptorEquals()
Dclass.cc877 bool Class::ProxyDescriptorEquals(const char* match) { in ProxyDescriptorEquals()
/art/compiler/dex/
Dmir_graph.cc1627 static const struct { const char before; const char after; } match[] = { in ReplaceSpecialChars() local