Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1158 uint16_t num_method_counters; in ReadAggregationCounters() local
1159 READ_UINT(uint16_t, buffer, num_method_counters, error); in ReadAggregationCounters()
1160 if (num_method_counters != dex_data.GetNumMethodCounters()) { in ReadAggregationCounters()
2322 uint16_t num_method_counters = 0; in GetNumMethodCounters() local
2324 num_method_counters += GetHotnessInfo(method_idx).IsInProfile() ? 1 : 0; in GetNumMethodCounters()
2326 return num_method_counters; in GetNumMethodCounters()