Lines Matching refs:label_base_
93 LocationBase<T>* label_base = current.label_base_; in Emit()
108 VIXL_ASSERT(!current.label_base_->ShouldDeletePoolObjectOnPlacement()); in Emit()
109 current.label_base_->UpdatePoolObject(¤t); in Emit()
164 checkpoint -= object->label_base_->GetPoolObjectSizeInBytes(); in UpdateCheckpointForObject()
245 last.label_base_->GetPoolObjectSizeInBytes(); in MustEmit()
276 if (current.label_base_ == label_base) continue; in MustEmit()
327 current.label_base_->GetPoolObjectSizeInBytes()); in RecalculateCheckpoint()
353 int a_size = a.label_base_->GetPoolObjectSizeInBytes(); in PoolObjectLessThan()
354 int b_size = b.label_base_->GetPoolObjectSizeInBytes(); in PoolObjectLessThan()
414 if (current.label_base_ == object->label_base_) { in RemoveAndDelete()
426 LocationBase<T>* label_base = object.label_base_; in RemoveAndDelete()
496 VIXL_ASSERT(!(*iter).label_base_->IsBound());
516 size += (*iter).label_base_->GetPoolObjectSizeInBytes(); in GetPoolSizeForTest()