Searched defs:match (Results 1 – 12 of 12) sorted by relevance
30 def match_to_int(match): argument
145 def _is_match_at_start(match): argument
272 for (auto match = str.find(from); match != str.npos; match = str.find(from, pos)) { in Replace() local
172 bool match = oat_file_assistant.ValidateBootClassPathChecksums(*odex_file, &error_msg); in GenerateOatForTest() local
194 def move_cursor(self, match): argument
130 auto match = [=](MemMap& map) { return unneeded == reinterpret_cast<LrtEntry*>(map.Begin()); }; in Deallocate() local
1769 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()
940 inline bool Class::DescriptorEquals(std::string_view match) { in DescriptorEquals()
1341 MatchKind match = MatchKind::kExact; in GetMethodTypeMatchForAccessModeImpl() local
573 bool match = true; in Java_Main_hasInlineCacheInProfile() local
790 InductionInfo* match = SolvePhi(phi, /*input_index=*/ 0, /*adjust_input_size=*/ 0, cycle); in SolvePhiAllInputs() local
2071 std::smatch match; in PreRebootInitSetEnvFromFile() local