Searched refs:num_method_counters (Results 1 – 1 of 1) sorted by relevance
1158 uint16_t num_method_counters; in ReadAggregationCounters() local1159 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() local2324 num_method_counters += GetHotnessInfo(method_idx).IsInProfile() ? 1 : 0; in GetNumMethodCounters()2326 return num_method_counters; in GetNumMethodCounters()