Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_dexcache_entrypoints.cc50 return ResolveStringFromCode(referrer, string_idx); in art_portable_resolve_string_from_code()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc65 return ResolveStringFromCode(referrer, string_idx); in artResolveStringFromCode()
/art/runtime/entrypoints/
Dentrypoint_utils.h274 static inline mirror::String* ResolveStringFromCode(const mirror::ArtMethod* referrer, in ResolveStringFromCode() function