Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc940 const bool is_structural = driver_->IsStructuralRedefinition(); in CheckMethods() local
941 if (!is_structural && num_new_method != num_old_method) { in CheckMethods()
959 (kCheckAllMethodsSeenOnce || is_structural) ? old_accessor.NumMethods() : 0, false); in CheckMethods()
974 if (is_structural) { in CheckMethods()
987 } else if (kCheckAllMethodsSeenOnce || is_structural) { in CheckMethods()
996 if ((kCheckAllMethodsSeenOnce || is_structural) && in CheckMethods()
998 DCHECK(is_structural) << "We should have hit an earlier failure before getting here!"; in CheckMethods()