Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.cc940 uint32_t num_new_method = accessor.NumMethods(); in CheckMethods() local
943 if (!is_structural && num_new_method != num_old_method) { in CheckMethods()
944 bool bigger = num_new_method > num_old_method; in CheckMethods()
949 num_new_method)); in CheckMethods()