Searched refs:number_of_methods2 (Results 1 – 1 of 1) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 83 uint32_t number_of_methods2 = kMaxMethodIds) { in SetupProfile() argument 90 number_of_methods1, number_of_methods2); in SetupProfile() 94 dex_location2, dex_location_checksum2, i, number_of_methods2, pmi, flags)); in SetupProfile() 101 dex_location2, dex_location_checksum2, i, number_of_methods2, pmi, flags)); in SetupProfile() 153 uint32_t number_of_methods1 = kMaxMethodIds, uint32_t number_of_methods2 = kMaxMethodIds) { in GetOfflineProfileMethodInfo() argument 157 pmi.dex_references.emplace_back(dex_location2, dex_checksum2, number_of_methods2); in GetOfflineProfileMethodInfo()
|