Home
last modified time | relevance | path

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

/external/vixl/src/
Dpool-manager.h174 virtual bool ShouldDeletePoolObjectOnPlacement() const { return true; } in ShouldDeletePoolObjectOnPlacement() function
219 VIXL_ASSERT(!ShouldDeletePoolObjectOnPlacement()); in GetMaxAlignment()
223 VIXL_ASSERT(!ShouldDeletePoolObjectOnPlacement()); in GetMinLocation()
Dpool-manager-impl.h104 if (label_base->ShouldDeletePoolObjectOnPlacement()) { in Emit()
108 VIXL_ASSERT(!current.label_base_->ShouldDeletePoolObjectOnPlacement()); in Emit()
/external/vixl/src/aarch32/
Dlocation-aarch32.h268 virtual bool ShouldDeletePoolObjectOnPlacement() const VIXL_OVERRIDE { in ShouldDeletePoolObjectOnPlacement() function
/external/vixl/test/
Dtest-pool-manager.cc98 bool ShouldDeletePoolObjectOnPlacement() const VIXL_OVERRIDE { return true; } in ShouldDeletePoolObjectOnPlacement() function in TestObject
157 bool ShouldDeletePoolObjectOnPlacement() const VIXL_OVERRIDE { return false; } in ShouldDeletePoolObjectOnPlacement() function in TestBranchObject