Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
For class redefinition, we save ResolvedMethodName (once MemberName) so that the new Method* can replace the old Method*. If the old Method* is deleted, we don't have anything to replace it with. if (old_method->is_deleted()) { // leave deleted method in ResolvedMethod for now (this is a bug that we don't mark // these on_stack) continue; }
|