Lines Matching refs:GetRedefinition
1466 Redefiner::ClassRedefinition& GetRedefinition() REQUIRES_SHARED(art::Locks::mutator_lock_) { in GetRedefinition() function in openjdkjvmti::RedefinitionDataIter
2178 data.GetRedefinition().RestoreObsoleteMethodMapsIfUnneeded(&data); in RestoreObsoleteMethodMapsIfUnneeded()
2187 } else if (data.GetRedefinition().IsStructuralRedefinition()) { in MarkStructuralChanges()
2192 if (sub_data.GetRedefinition().GetMirrorClass()->IsSubClass( in MarkStructuralChanges()
2193 data.GetRedefinition().GetMirrorClass())) { in MarkStructuralChanges()
2203 if (!data.GetRedefinition().EnsureClassAllocationsFinished(&data)) { in EnsureAllClassAllocationsFinished()
2213 if (!data.GetRedefinition().CollectAndCreateNewInstances(&data)) { in CollectAndCreateNewInstances()
2223 if (!data.GetRedefinition().FinishNewClassAllocations(holder, &data)) { in FinishAllNewClassAllocations()
2233 if (!data.GetRedefinition().FinishRemainingCommonAllocations(&data)) { in FinishAllRemainingCommonAllocations()
2257 if (!data.GetRedefinition().CheckVerification(data)) { in CheckAllClassesAreVerified()
2388 return r.GetRedefinition().IsStructuralRedefinition(); in ScopedSuspendClassLoading()
2435 return r.GetRedefinition().IsStructuralRedefinition(); in ScopedSuspendAllocations()
2505 const art::DexFile& dex_file = data.GetRedefinition().GetDexFile(); in Run()
2511 DCHECK_EQ(cl->FindDexCache(self_, data.GetRedefinition().GetDexFile()), data.GetNewDexCache()); in Run()
2527 ClassRedefinition& redef = data.GetRedefinition(); in Run()