Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1204 uint16_t max_method = std::numeric_limits<uint16_t>::max(); in GenerateTestProfile() local
1206 uint16_t number_of_methods = max_method * method_ratio / 100; in GenerateTestProfile()
1221 uint16_t method_idx = rand() % max_method; in GenerateTestProfile()