Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h63 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_); in StringsOffset()
164 HeapReference<ObjectArray<String>> strings_; variable
/art/runtime/hprof/
Dhprof.cc551 for (std::pair<std::string, HprofStringId> p : strings_) { in WriteStringTable()
616 auto it = strings_.find(string); in LookupStringId()
617 if (it != strings_.end()) { in LookupStringId()
621 strings_.Put(string, id); in LookupStringId()
697 SafeMap<std::string, HprofStringId> strings_; member in art::hprof::Hprof
/art/runtime/
Dclass_linker_test.cc595 …offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::DexCache, strings_), "str… in DexCacheOffsets()