Searched refs:bins_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1819 std::multimap<size_t, uintptr_t> bins_; member in class:art::gc::FINAL
1839 bins_.insert(std::make_pair(size, position));
1854 auto it = bins_.lower_bound(object_size);
1855 if (it == bins_.end()) {
1869 bins_.erase(it); // Erase the old bin which we replace with the new smaller bin.

Completed in 10 milliseconds