Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache-inl.h138 inline void DexCache::SetResolvedString(dex::StringIndex string_idx, ObjPtr<String> resolved) { in SetResolvedString() function
H A Ddex_cache.h318 void SetResolvedString(dex::StringIndex string_idx, ObjPtr<mirror::String> resolved) ALWAYS_INLINE
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc9913 dex_cache->SetResolvedString(string_idx, string); in DoResolveString()
9927 dex_cache->SetResolvedString(string_idx, string); in DoLookupString()