Searched refs:h_dex_cache (Results 1 – 3 of 3) sorted by relevance
149 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(declaring_class->GetDexCache())); in ResolveMethod()151 const DexFile* dex_file = h_dex_cache->GetDexFile(); in ResolveMethod()154 h_dex_cache, in ResolveMethod()
1610 MutableHandle<mirror::DexCache> h_dex_cache(hs2.NewHandle<mirror::DexCache>(nullptr)); in AddImageSpace() local1612 h_dex_cache.Assign(dex_caches->Get(i)); in AddImageSpace()1613 std::string dex_file_location(h_dex_cache->GetLocation()->ToModifiedUtf8()); in AddImageSpace()1633 h_dex_cache->SetDexFile(dex_file.get()); in AddImageSpace()1636 GcRoot<mirror::Class>* const types = h_dex_cache->GetResolvedTypes(); in AddImageSpace()1637 for (int32_t j = 0, num_types = h_dex_cache->NumResolvedTypes(); j < num_types; j++) { in AddImageSpace()1647 SanityCheckArtMethodPointerArray(h_dex_cache->GetResolvedMethods(), in AddImageSpace()1648 h_dex_cache->NumResolvedMethods(), in AddImageSpace()1653 AppendToBootClassPath(*dex_file.get(), h_dex_cache); in AddImageSpace()3251 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(AllocDexCache(self, dex_file, linear_alloc))); in RegisterDexFile() local[all …]
349 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(method->GetDexCache())); in FindFieldFromCode()354 h_dex_cache, in FindFieldFromCode()