Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc1970 auto new_redef = std::find_if( in FinishNewClassAllocations() local
1975 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()