Searched refs:is_structural (Results 1 – 1 of 1) sorted by relevance
941 const bool is_structural = driver_->IsStructuralRedefinition(); in CheckMethods() local942 if (!is_structural && num_new_method != num_old_method) { in CheckMethods()960 (kCheckAllMethodsSeenOnce || is_structural) ? old_accessor.NumMethods() : 0, false); in CheckMethods()975 if (is_structural) { in CheckMethods()988 } else if (kCheckAllMethodsSeenOnce || is_structural) { in CheckMethods()997 if ((kCheckAllMethodsSeenOnce || is_structural) && in CheckMethods()999 DCHECK(is_structural) << "We should have hit an earlier failure before getting here!"; in CheckMethods()