Searched refs:bin_slot_count_ (Results 1 – 2 of 2) sorted by relevance
/art/compiler/ | ||
D | image_writer.h | 294 size_t bin_slot_count_[kBinSize] = {}; // Number of objects in a bin. member |
D | image_writer.cc | 605 ++image_info.bin_slot_count_[bin]; in AssignImageBinSlot() |