Searched refs:GetResolvedString (Results 1 – 9 of 9) sorted by relevance
497 EXPECT_TRUE(h_dex_cache->GetResolvedString(string_idx) == nullptr); in TEST_F()509 EXPECT_EQ(s.Ptr(), h_dex_cache->GetResolvedString(string_idx)); in TEST_F()514 EXPECT_TRUE(h_dex_cache->GetResolvedString(string_idx) == nullptr); in TEST_F()
345 ObjPtr<mirror::String> name = dex_cache->GetResolvedString(field_id.name_idx_); in GetStringName()
7751 ObjPtr<mirror::String> resolved = dex_cache->GetResolvedString(string_idx); in ResolveString()7768 ObjPtr<mirror::String> resolved = dex_cache->GetResolvedString(string_idx); in LookupString()
752 ObjPtr<mirror::String> string = referrer->GetDexCache()->GetResolvedString(string_idx); in ResolveString()764 ObjPtr<mirror::String> string = referrer->GetDexCache()->GetResolvedString(string_idx); in ResolveStringFromCode()
118 const mirror::String* string = dex_cache->GetResolvedString(dex::StringIndex(i)); in TEST_F()
273 String* GetResolvedString(dex::StringIndex string_idx) ALWAYS_INLINE
64 inline String* DexCache::GetResolvedString(dex::StringIndex string_idx) { in GetResolvedString() function
342 ObjPtr<mirror::String> string_ptr = method->GetDexCache()->GetResolvedString(string_idx); in ResolveString()
1140 DCHECK(string == nullptr || dex_cache->GetResolvedString(string_idx) == string); in PruneAndPreloadDexCache()