Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc1234 art::ObjPtr<art::mirror::DexCache> GetNewDexCache(jint klass_index) const in GetNewDexCache() function in openjdkjvmti::RedefinitionDataHolder
1482 art::ObjPtr<art::mirror::DexCache> GetNewDexCache() const in GetNewDexCache() function in openjdkjvmti::RedefinitionDataIter
1484 return holder_.GetNewDexCache(idx_); in GetNewDexCache()
1620 hs.NewHandle(iter.GetNewDexCache()), in CheckVerification()
1834 if (cur_data->GetNewDexCache() == nullptr) { in FinishRemainingCommonAllocations()
1870 chs.NewHandle(data->GetNewDexCache()), in FinishNewClassAllocations()
1881 data->GetNewDexCache()->SetResolvedType(nc->GetDexTypeIndex(), nc.Get()); in FinishNewClassAllocations()
2492 cl->RegisterExistingDexCache(data.GetNewDexCache(), data.GetSourceClassLoader()); in Run()
3001 art::ObjPtr<art::mirror::DexCache> new_dex_cache(holder.GetNewDexCache()); in UpdateClassInPlace()