HomeSort by relevance Sort by last modified time
    Searched refs:max_location_ (Results 1 - 3 of 3) sorted by null

  /external/vixl/src/
pool-manager.h 252 max_location_(std::numeric_limits<T>::max()),
268 max_location_ = max;
275 VIXL_ASSERT(min <= max_location_);
278 max_location_ = std::min(max_location_, max);
291 max_location_ - label_base_->GetPoolObjectEmissionMargin();
300 // at any location between min_location_ and max_location_, themselves
303 T max_location_; member in class:vixl::PoolObject
473 // comparison depends on the max_location_, size_, alignment_ and
pool-manager-impl.h 98 VIXL_ASSERT(pc <= current.max_location_);
155 if (max_actual_location >= pool_object->max_location_) return false;
165 if (checkpoint > object->max_location_) checkpoint = object->max_location_;
223 (reference->max_object_location_ >= existing_object->max_location_) &&
236 existing_object->max_location_);
242 T last_reachable = AlignDown(temp.max_location_, temp.alignment_);
244 T after_pool = AlignDown(last.max_location_, last.alignment_) +
281 // temp is the object with the smallest max_location_.
309 // Sort objects by their max_location_
    [all...]
  /external/vixl/test/
test-pool-manager.cc 302 object.max_location_));
    [all...]

Completed in 328 milliseconds