Home
last modified time | relevance | path

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

/art/tools/runtime_memusage/
Dprune_sanitizer_output.py30 def match_to_int(match): argument
/art/tools/checker/file_format/checker/
Dparser.py141 def __isMatchAtStart(match): argument
/art/compiler/utils/
Dassembler_test_base.h241 for (auto match = str.find(from); match != str.npos; match = str.find(from, pos)) { in Replace() local
/art/runtime/
Ddexopt_test.cc152 bool match = gc::space::ImageSpace::VerifyBootClassPathChecksums( in GenerateOatForTest() local
/art/tools/checker/match/
Dfile.py188 def moveCursor(self, match): argument
/art/compiler/optimizing/
Dinduction_var_analysis.cc700 InductionInfo* match = SolvePhi(phi, /*input_index*/ 0, /*adjust_input_size*/ 0); in SolvePhiAllInputs() local
/art/runtime/mirror/
Dclass-inl.h864 inline bool Class::DescriptorEquals(const char* match) { in DescriptorEquals()
Dclass.cc1379 bool Class::ProxyDescriptorEquals(const char* match) { in ProxyDescriptorEquals()
Dvar_handle.cc1427 MatchKind match = MatchKind::kExact; in GetMethodTypeMatchForAccessMode() local
/art/tools/dmtracedump/
Dtracedump.cc2358 int32_t match = findMatch(methods2, d2->numMethods, methods1[i]); in createDiff() local