HomeSort by relevance Sort by last modified time
    Searched refs:bin_slot_sizes_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/
image_writer.cc 425 image_info.dex_cache_array_starts_.Put(dex_file, image_info.bin_slot_sizes_[kBinDexCacheArray]);
427 image_info.bin_slot_sizes_[kBinDexCacheArray] += layout.Size();
598 current_offset = image_info.bin_slot_sizes_[bin]; // How many bytes the current bin is at (aligned).
600 image_info.bin_slot_sizes_[bin] += offset_delta;
633 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()])
650 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()]);
    [all...]
image_writer.h 295 size_t bin_slot_sizes_[kBinSize] = {}; // Number of bytes in a bin. member in struct:art::FINAL::ImageInfo
534 // image objects (aka sum of bin_slot_sizes_). ArtMethods are placed right after the ArtFields.

Completed in 46 milliseconds