Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddex_cache_arrays_layout-inl.h34 strings_offset_(methods_offset_ + MethodsSize(dex_file->NumMethodIds())), in DexCacheArraysLayout()
52 inline size_t DexCacheArraysLayout::MethodsSize(size_t num_elements) const { in MethodsSize() function
Ddex_cache_arrays_layout.h64 size_t MethodsSize(size_t num_elements) const;
/art/compiler/
Dimage_writer.cc315 auto methods_size = layout.MethodsSize(dex_file->NumMethodIds()); in PrepareDexCacheArraySlots()