Searched refs:type_ref (Results 1 – 4 of 4) sorted by relevance
136 [&](const TypeReference& type_ref) { in EqualInlineCaches()137 if (type_ref.dex_file == dex_file) { in EqualInlineCaches()138 return type_index == type_ref.TypeIndex(); in EqualInlineCaches()141 type_ref.dex_file->GetTypeDescriptor(type_ref.TypeIndex()); in EqualInlineCaches()
116 TypeReference type_ref(dex1, dex::TypeIndex(k++)); in MakeMegamorphic() local117 if (std::find(cache.classes.begin(), cache.classes.end(), type_ref) == in MakeMegamorphic()119 const_cast<std::vector<TypeReference>*>(&cache.classes)->push_back(type_ref); in MakeMegamorphic()
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()
391 for (const TypeReference& type_ref : expected_clases) { in AssertInlineCaches() local392 if (type_ref.dex_file == dex_file) { in AssertInlineCaches()393 CHECK_LT(type_ref.TypeIndex().index_, dex_file->NumTypeIds()); in AssertInlineCaches()396 if (type_ref.TypeIndex() == type_index) { in AssertInlineCaches()403 type_ref.dex_file->GetTypeDescriptor(type_ref.TypeIndex()); in AssertInlineCaches()