Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h88 GcRoot<mirror::String>* preresolved_strings = GetPreResolvedStrings(); in GetResolvedString()
120 GetPreResolvedStrings()[string_idx.index_] = GcRoot<mirror::String>(resolved); in SetPreResolvedString()
352 GcRoot<mirror::String>* const preresolved_strings = GetPreResolvedStrings(); in VisitReferences()
Ddex_cache.cc204 CHECK(GetPreResolvedStrings()[i].Read() == nullptr); in AddPreResolvedStringsArray()
Ddex_cache.h335 GcRoot<mirror::String>* GetPreResolvedStrings() ALWAYS_INLINE in GetPreResolvedStrings() function