Home
last modified time | relevance | path

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

/third_party/vixl/src/
H A Dpool-manager-impl.h103 int object_size = label_base->GetPoolObjectSizeInBytes(); in Emit()
151 (new_object->GetPoolObjectSizeInBytes() + new_object_alignment - 1); in ShouldSkipObject()
164 checkpoint -= object->label_base_->GetPoolObjectSizeInBytes(); in UpdateCheckpointForObject()
245 last.label_base_->GetPoolObjectSizeInBytes(); 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()
522 size += (*iter).label_base_->GetPoolObjectSizeInBytes(); in GetPoolSizeForTest()
H A Dpool-manager.h191 int GetPoolObjectSizeInBytes() const { return pool_object_size_; } in GetPoolObjectSizeInBytes() function in vixl::LocationBase
/third_party/vixl/test/
H A Dtest-pool-manager.cc294 object.label_base_->GetPoolObjectSizeInBytes(), in DumpCurrentState()
393 RandomObjectAlignment(object->GetPoolObjectSizeInBytes()); in TEST()
471 RandomObjectAlignment(object->GetPoolObjectSizeInBytes()); in TEST()
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h384 int GetSize() const { return GetPoolObjectSizeInBytes(); } in GetSize()

Completed in 5 milliseconds