Home
last modified time | relevance | path

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

/third_party/vixl/src/
H A Dpool-manager-impl.h98 VIXL_ASSERT(pc <= current.max_location_); in Emit()
155 if (max_actual_location >= pool_object->max_location_) return false; in ShouldSkipObject()
165 if (checkpoint > object->max_location_) checkpoint = object->max_location_; in UpdateCheckpointForObject()
223 (reference->max_object_location_ >= existing_object->max_location_) && in MustEmit()
236 existing_object->max_location_); in MustEmit()
242 T last_reachable = AlignDown(temp.max_location_, temp.alignment_); in MustEmit()
244 T after_pool = AlignDown(last.max_location_, last.alignment_) + in MustEmit()
281 // temp is the object with the smallest max_location_. in MustEmit()
309 // Sort objects by their max_location_ in RecalculateCheckpoint()
[all...]
H A Dpool-manager.h253 max_location_(std::numeric_limits<T>::max()), in PoolObject()
269 max_location_ = max; in Update()
276 VIXL_ASSERT(min <= max_location_); in RestrictRange()
279 max_location_ = std::min(max_location_, max); in RestrictRange()
292 max_location_ - label_base_->GetPoolObjectEmissionMargin(); in UpdateLocationHint()
301 // at any location between min_location_ and max_location_, themselves
304 T max_location_; member in vixl::PoolObject
487 // comparison depends on the max_location_, size_, alignment_ and
/third_party/vixl/test/
H A Dtest-pool-manager.cc297 object.max_location_)); in DumpCurrentState()

Completed in 5 milliseconds