Home
last modified time | relevance | path

Searched refs:type_ref (Results 1 – 4 of 4) sorted by relevance

/art/profman/
Dboot_image_profile.cc176 static bool IncludeClassInProfile(const TypeReference& type_ref, in IncludeClassInProfile() argument
180 uint32_t threshold = MaybeIsClassClean(type_ref) in IncludeClassInProfile()
242 const TypeReference& type_ref = it.first; in GenerateBootImageProfile() local
244 if (IncludeClassInProfile(type_ref, in GenerateBootImageProfile()
Dprofile_assistant_test.cc349 for (const TypeReference& type_ref : expected_clases) { in AssertInlineCaches() local
353 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()
/art/libprofile/profile/
Dprofile_compilation_info.cc1986 for (const TypeReference& type_ref : runtime_cache->classes) { in operator ==() local
1987 if (class_ref.type_index == type_ref.TypeIndex() && in operator ==()
1988 dex_ref.MatchesDex(type_ref.dex_file)) { in operator ==()
Dprofile_compilation_info_test.cc160 TypeReference type_ref(dex1, dex::TypeIndex(k++)); in MakeMegamorphic() local
161 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()