Searched refs:type_ref (Results 1 – 4 of 4) sorted by relevance
176 static bool IncludeClassInProfile(const TypeReference& type_ref, in IncludeClassInProfile() argument180 uint32_t threshold = MaybeIsClassClean(type_ref) in IncludeClassInProfile()242 const TypeReference& type_ref = it.first; in GenerateBootImageProfile() local244 if (IncludeClassInProfile(type_ref, in GenerateBootImageProfile()
349 for (const TypeReference& type_ref : expected_clases) { in AssertInlineCaches() local353 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()
1986 for (const TypeReference& type_ref : runtime_cache->classes) { in operator ==() local1987 if (class_ref.type_index == type_ref.TypeIndex() && in operator ==()1988 dex_ref.MatchesDex(type_ref.dex_file)) { in operator ==()
160 TypeReference type_ref(dex1, dex::TypeIndex(k++)); in MakeMegamorphic() local161 if (std::find(cache.classes.begin(), cache.classes.end(), type_ref) == in MakeMegamorphic()163 const_cast<std::vector<TypeReference>*>(&cache.classes)->push_back(type_ref); in MakeMegamorphic()