Home
last modified time | relevance | path

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

/art/tools/runtime_memusage/
Dprune_sanitizer_output.py30 def match_to_int(match): argument
/art/tools/checker/file_format/checker/
Dparser.py145 def _is_match_at_start(match): argument
/art/compiler/utils/
Dassembler_test_base.h250 for (auto match = str.find(from); match != str.npos; match = str.find(from, pos)) { in Replace() local
/art/runtime/
Ddexopt_test.cc172 bool match = oat_file_assistant.ValidateBootClassPathChecksums(*odex_file); in GenerateOatForTest() local
/art/tools/checker/match/
Dfile.py194 def move_cursor(self, match): argument
/art/runtime/jni/
Dlocal_reference_table.cc131 auto match = [=](MemMap& map) { return unneeded == reinterpret_cast<LrtEntry*>(map.Begin()); }; in Deallocate() local
/art/runtime/mirror/
Dclass-inl.h821 inline bool Class::DescriptorEquals(const char* match) { in DescriptorEquals()
Dvar_handle.cc1340 MatchKind match = MatchKind::kExact; in GetMethodTypeMatchForAccessMode() local
Dclass.cc1694 bool Class::ProxyDescriptorEquals(const char* match) { in ProxyDescriptorEquals()
/art/compiler/optimizing/
Dinduction_var_analysis.cc790 InductionInfo* match = SolvePhi(phi, /*input_index=*/ 0, /*adjust_input_size=*/ 0, cycle); in SolvePhiAllInputs() local
/art/tools/dmtracedump/
Dtracedump.cc2356 int32_t match = findMatch(methods2, d2->numMethods, methods1[i]); in createDiff() local