Home | History | Annotate | Download | only in compiler

Lines Matching refs:GetBin

225   size_t previous_bin_sizes = GetBinSizeSum(bin_slot.GetBin());  // sum sizes in [0..bin#)
400 DCHECK_LT(bin_slot.GetIndex(), bin_slot_sizes_[bin_slot.GetBin()])
415 DCHECK_LT(bin_slot.GetIndex(), bin_slot_sizes_[bin_slot.GetBin()]);
1270 DCHECK_LT(GetBin(), kBinSize);
1279 ImageWriter::Bin ImageWriter::BinSlot::GetBin() const {