Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h97 auto it = image_info.dex_cache_array_starts_.find(dex_file); in GetDexCacheArrayElementImageAddress()
98 DCHECK(it != image_info.dex_cache_array_starts_.end()); in GetDexCacheArrayElementImageAddress()
286 SafeMap<const DexFile*, size_t> dex_cache_array_starts_; member
Dimage_writer.cc425 image_info.dex_cache_array_starts_.Put(dex_file, image_info.bin_slot_sizes_[kBinDexCacheArray]); in PrepareDexCacheArraySlots()
447 uint32_t start = image_info.dex_cache_array_starts_.Get(dex_file); in PrepareDexCacheArraySlots()