Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h100 image_info.image_begin_ + image_info.bin_slot_offsets_[kBinDexCacheArray] + in GetDexCacheArrayElementImageAddress()
179 kBinDexCacheArray, // Arrays belonging to dex cache. enumerator
Dimage_writer.cc425 image_info.dex_cache_array_starts_.Put(dex_file, image_info.bin_slot_sizes_[kBinDexCacheArray]); in PrepareDexCacheArraySlots()
427 image_info.bin_slot_sizes_[kBinDexCacheArray] += layout.Size(); in PrepareDexCacheArraySlots()
1476 *dex_cache_arrays_section = ImageSection(bin_slot_offsets_[kBinDexCacheArray], in CreateImageSections()
1477 bin_slot_sizes_[kBinDexCacheArray]); in CreateImageSections()
2210 return kBinDexCacheArray; in BinTypeForNativeRelocationType()