Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.h246 return OFFSET_OF_OBJECT_MEMBER(DexCache, num_strings_); in NumStringsOffset()
577 uint32_t num_strings_; // Number of elements in the strings_ array. variable
/art/runtime/
Dclass_linker_test.cc687 addOffset(OFFSETOF_MEMBER(mirror::DexCache, num_strings_), "numStrings"); in DexCacheOffsets()