Home
last modified time | relevance | path

Searched defs:match (Results 1 – 12 of 12) 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.h272 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, &error_msg); in GenerateOatForTest() local
/art/tools/checker/match/
Dfile.py194 def move_cursor(self, match): argument
/art/runtime/jni/
Dlocal_reference_table.cc130 auto match = [=](MemMap& map) { return unneeded == reinterpret_cast<LrtEntry*>(map.Begin()); }; in Deallocate() local
/art/runtime/mirror/
Dclass.cc1769 bool Class::DescriptorEquals(ObjPtr<mirror::Class> match) { in DescriptorEquals()
1810 bool Class::ProxyDescriptorEquals(ObjPtr<mirror::Class> match) { in ProxyDescriptorEquals()
1831 bool Class::ProxyDescriptorEquals(std::string_view match) { in ProxyDescriptorEquals()
Dclass-inl.h940 inline bool Class::DescriptorEquals(std::string_view match) { in DescriptorEquals()
Dvar_handle.cc1341 MatchKind match = MatchKind::kExact; in GetMethodTypeMatchForAccessModeImpl() local
/art/test/common/
Druntime_state.cc573 bool match = true; in Java_Main_hasInlineCacheInProfile() local
/art/compiler/optimizing/
Dinduction_var_analysis.cc790 InductionInfo* match = SolvePhi(phi, /*input_index=*/ 0, /*adjust_input_size=*/ 0, cycle); in SolvePhiAllInputs() local
/art/artd/
Dartd.cc2071 std::smatch match; in PreRebootInitSetEnvFromFile() local