Home | History | Annotate | Download | only in runtime

Lines Matching refs:EnsureSameClassLoader

3887 ObjPtr<mirror::DexCache> ClassLinker::EnsureSameClassLoader(
3950 return EnsureSameClassLoader(self, old_dex_cache, old_data, class_loader);
3996 // We cannot call EnsureSameClassLoader() while holding the dex_lock_.
3997 return EnsureSameClassLoader(self, old_dex_cache, old_data, h_class_loader.Get());