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 431 image_info.dex_cache_array_starts_.Put(dex_file, image_info.bin_slot_sizes_[kBinDexCacheArray]);
433 image_info.bin_slot_sizes_[kBinDexCacheArray] += layout.Size();
615 current_offset = image_info.bin_slot_sizes_[bin]; // How many bytes the current bin is at (aligned).
617 image_info.bin_slot_sizes_[bin] += offset_delta;
650 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()])
667 DCHECK_LT(bin_slot.GetIndex(), image_info.bin_slot_sizes_[bin_slot.GetBin()]);
    [all...]
image_writer.h 311 size_t bin_slot_sizes_[kBinSize] = {}; // Number of bytes in a bin. member in struct:art::FINAL::ImageInfo
584 // image objects (aka sum of bin_slot_sizes_). ArtMethods are placed right after the ArtFields.

Completed in 50 milliseconds