Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1899 uint32_t method_start_index = rand() % number_of_methods; in GenerateTestProfile() local
1903 uint32_t method_index = (method_start_index + i) % number_of_methods; in GenerateTestProfile()