Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc41 static constexpr size_t kMaxMethodIds = 65535; variable
66 "location-max1", /* checksum= */ 5, /* num_method_ids= */ kMaxMethodIds); in SetUp()
68 "location-max2", /* checksum= */ 6, /* num_method_ids= */ kMaxMethodIds); in SetUp()
231 dex_files.push_back(local_storage.AddFakeDex(std::to_string(i), i, kMaxMethodIds)); in SizeStressTest()
237 for (uint32_t method_idx = 0; method_idx < kMaxMethodIds; method_idx++) { in SizeStressTest()
1432 MethodReference bad_ref(dex1, kMaxMethodIds); in TEST_F()