Searched refs:new_redef (Results 1 – 1 of 1) sorted by relevance
1970 auto new_redef = std::find_if( in FinishNewClassAllocations() local1975 if (new_redef == holder.end()) { in FinishNewClassAllocations()1983 CHECK(new_redef.IsActuallyStructural()); in FinishNewClassAllocations()1984 CHECK(!new_redef.IsInitialStructural()); in FinishNewClassAllocations()1985 new_type = setup_single_redefinition(&new_redef, superclass); in FinishNewClassAllocations()