Home
last modified time | relevance | path

Searched refs:preresolved_strings_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Ddex_cache.h222 return OFFSET_OF_OBJECT_MEMBER(DexCache, preresolved_strings_); in PreResolvedStringsOffset()
558 uint64_t preresolved_strings_; // GcRoot<mirror::String*> array with num_preresolved_strings variable
/art/runtime/
Dclass_linker_test.cc688 addOffset(OFFSETOF_MEMBER(mirror::DexCache, preresolved_strings_), "preResolvedStrings"); in DexCacheOffsets()