Home
last modified time | relevance | path

Searched refs:PoolObjectLessThan (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/
Dpool-manager-impl.h262 if (PoolObjectLessThan(last, temp)) { in MustEmit()
270 if (temp_not_placed_yet && PoolObjectLessThan(current, temp)) { in MustEmit()
311 std::sort(objects_.begin(), objects_.end(), PoolObjectLessThan); in RecalculateCheckpoint()
349 bool PoolManager<T>::PoolObjectLessThan(const PoolObject<T>& a, in PoolObjectLessThan() function
399 if (!PoolObjectLessThan(current, new_object)) { in Insert()
Dpool-manager.h474 static bool PoolObjectLessThan(const PoolObject<T>& a,