Home
last modified time | relevance | path

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

/art/tools/checker/file_format/checker/
Dparser.py93 def __isMatchAtStart(match): argument
/art/compiler/optimizing/
Dinduction_var_analysis.cc562 InductionInfo* match = SolvePhi(phi, /*input_index*/ 0, /*adjust_input_size*/ 0); in SolvePhiAllInputs() local
/art/runtime/mirror/
Dclass-inl.h833 inline bool Class::DescriptorEquals(const char* match) { in DescriptorEquals()
Dclass.cc1111 bool Class::ProxyDescriptorEquals(const char* match) { in ProxyDescriptorEquals()
/art/tools/dmtracedump/
Dtracedump.cc2358 int32_t match = findMatch(methods2, d2->numMethods, methods1[i]); in createDiff() local
/art/runtime/verifier/
Dmethod_verifier.cc4207 bool match = false; in CheckCallSite() local