Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc1971 auto new_redef = std::find_if( in FinishNewClassAllocations() local
1976 if (new_redef == holder.end()) { in FinishNewClassAllocations()
1984 CHECK(new_redef.IsActuallyStructural()); in FinishNewClassAllocations()
1985 CHECK(!new_redef.IsInitialStructural()); in FinishNewClassAllocations()
1986 new_type = setup_single_redefinition(&new_redef, superclass); in FinishNewClassAllocations()