Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc377 int CheckCompilationMethodPercentChange(uint16_t methods_in_cur_profile, in CheckCompilationMethodPercentChange() argument
386 for (size_t i = 0; i < methods_in_cur_profile; ++i) { in CheckCompilationMethodPercentChange()
393 uint16_t methods_in_profile = std::max(methods_in_cur_profile, methods_in_ref_profile); in CheckCompilationMethodPercentChange()