Home
last modified time | relevance | path

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

/external/vixl/src/
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()
516 size += (*iter).label_base_->GetPoolObjectSizeInBytes(); in GetPoolSizeForTest()
Dpool-manager.h193 int GetPoolObjectSizeInBytes() const { return pool_object_size_; } in GetPoolObjectSizeInBytes() function
/external/vixl/test/
Dtest-pool-manager.cc294 object.label_base_->GetPoolObjectSizeInBytes(), in DumpCurrentState()
392 RandomObjectAlignment(object->GetPoolObjectSizeInBytes()); in TEST()
470 RandomObjectAlignment(object->GetPoolObjectSizeInBytes()); in TEST()
/external/vixl/src/aarch32/
Dlocation-aarch32.h322 int GetSize() const { return GetPoolObjectSizeInBytes(); } in GetSize()