Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc939 uint32_t num_old_method = h_klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size(); in CheckMethods() local
941 if (!is_structural && num_new_method != num_old_method) { in CheckMethods()
942 bool bigger = num_new_method > num_old_method; in CheckMethods()
946 num_old_method, in CheckMethods()