Lines Matching refs:h_dex_cache
3977 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(dex_cache)); in RegisterExistingDexCache() local
3998 RegisterDexFileLocked(*dex_file, h_dex_cache.Get(), h_class_loader.Get()); in RegisterExistingDexCache()
3999 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterExistingDexCache()
4051 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(AllocDexCache(self, dex_file))); in RegisterDexFile() local
4060 if (old_dex_cache == nullptr && h_dex_cache != nullptr) { in RegisterDexFile()
4064 h_dex_cache->InitializeNativeFields(&dex_file, linear_alloc); in RegisterDexFile()
4065 RegisterDexFileLocked(dex_file, h_dex_cache.Get(), h_class_loader.Get()); in RegisterDexFile()
4070 DCHECK_EQ(h_dex_cache == nullptr, self->IsExceptionPending()); in RegisterDexFile()
4085 if (h_dex_cache == nullptr) { in RegisterDexFile()
4089 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterDexFile()
4097 return h_dex_cache.Get(); in RegisterDexFile()
8910 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(dex_cache)); in DoResolveString() local
8911 return DoResolveString(string_idx, h_dex_cache); in DoResolveString()