Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc364 for (const TypeReference& type_ref : expected_clases) { in AssertInlineCaches() local
368 if (dex_ref.MatchesDex(type_ref.dex_file) && class_ref.type_index == type_ref.TypeIndex()) { in AssertInlineCaches()
/art/libprofile/profile/
Dprofile_compilation_info.h467 int32_t GetClassAggregationCounter(const TypeReference& type_ref) const;
Dprofile_compilation_info.cc2183 int32_t ProfileCompilationInfo::GetClassAggregationCounter(const TypeReference& type_ref) const { in GetClassAggregationCounter()
2185 const DexFileData* dex_data = FindDexData(type_ref.dex_file); in GetClassAggregationCounter()
2186 return dex_data == nullptr ? -1 : dex_data->GetClassAggregationCounter(type_ref.index); in GetClassAggregationCounter()