Home | History | Annotate | Download | only in mirror

Lines Matching refs:new_method

1274                                   ArtMethod* new_method,
1276 DCHECK(new_method != nullptr);
1290 // `new_method` is virtual.
1291 DCHECK(!orig_method->IsDirect() || new_method->IsDirect());
1294 if (orig_method->IsSynthetic() && !new_method->IsSynthetic()) {