Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddex_cache_arrays_layout-inl.h35 fields_offset_(strings_offset_ + StringsSize(dex_file->NumStringIds())), in DexCacheArraysLayout()
60 inline size_t DexCacheArraysLayout::StringsSize(size_t num_elements) const { in StringsSize() function
Ddex_cache_arrays_layout.h72 size_t StringsSize(size_t num_elements) const;
/art/compiler/
Dimage_writer.cc317 auto strings_size = layout.StringsSize(dex_file->NumStringIds()); in PrepareDexCacheArraySlots()