• Home
  • Raw
  • Download

Lines Matching refs:num_method_ids

179                                             uint32_t num_method_ids) {  in AddMethodIndex()  argument
182 num_method_ids); in AddMethodIndex()
453 AddUintToBuffer(&buffer, dex_data.num_method_ids); // uint32_t in Save()
496 for (uint16_t method_idx = 0; method_idx < dex_data.num_method_ids; method_idx++) { in Save()
626 uint32_t num_method_ids) { in GetOrAddDexFileData() argument
646 num_method_ids, in GetOrAddDexFileData()
664 if (num_method_ids != result->num_method_ids) { in GetOrAddDexFileData()
667 << ", expected=" << num_method_ids in GetOrAddDexFileData()
668 << ", actual=" << result->num_method_ids; in GetOrAddDexFileData()
708 uint32_t num_method_ids, in AddMethod() argument
713 num_method_ids); in AddMethod()
757 dex_ref.num_method_ids); in AddMethod()
802 uint32_t num_method_ids) { in AddClassIndex() argument
803 DexFileData* const data = GetOrAddDexFileData(dex_location, checksum, num_method_ids); in AddClassIndex()
885 line_header.num_method_ids); in ReadMethods()
928 line_header.num_method_ids)) { in ReadClasses()
1058 READ_UINT(uint32_t, buffer, line_header->num_method_ids, error); in ReadProfileLineHeaderElements()
1102 line_header.num_method_ids); in ReadProfileLine()
1164 for (uint16_t method_idx = 0; method_idx < dex_data.num_method_ids; method_idx++) { in ReadAggregationCounters()
1210 if (dex_data->num_method_ids != dex_file->NumMethodIds()) { in VerifyProfileData()
1214 << dex_data->num_method_ids; in VerifyProfileData()
1468 DexFileData::ComputeBitmapStorage(profile_line_headers[k].num_method_ids); in LoadInternal()
1531 profile_line_headers[i].num_method_ids); in RemapProfileIndex()
1627 other_dex_data->num_method_ids); in MergeWith()
1656 for (uint16_t method_idx = 0; method_idx < other_dex_data->num_method_ids; method_idx++) { in MergeWith()
1761 pmi->dex_references[dex_data->profile_index].num_method_ids = dex_data->num_method_ids; in GetMethod()
1846 for (uint32_t method_idx = 0; method_idx < dex_data->num_method_ids; ++method_idx) { in DumpInfo()
1887 for (uint32_t method_idx = 0; method_idx < dex_data->num_method_ids; ++method_idx) { in GetClassesAndMethods()
1945 dex_data->num_method_ids); in GetResolvedClasses()
2104 if (method_index >= num_method_ids) { in FindOrAddMethod()
2105 LOG(ERROR) << "Invalid method index " << method_index << ". num_method_ids=" << num_method_ids; in FindOrAddMethod()
2115 if (index >= num_method_ids) { in AddMethod()
2116 LOG(ERROR) << "Invalid method index " << index << ". num_method_ids=" << num_method_ids; in AddMethod()
2131 DCHECK_LT(index, num_method_ids); in SetMethodHotness()
2257 && dex_data->num_method_ids == dex_file->NumMethodIds()) { in UpdateProfileKeys()
2302 method_counters.resize(num_method_ids); in PrepareForAggregationCounters()
2323 for (uint16_t method_idx = 0; method_idx < num_method_ids; method_idx++) { in GetNumMethodCounters()