Home
last modified time | relevance | path

Searched defs:ShouldDeletePoolObjectOnPlacement (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch32/
Dlocation-aarch32.h268 virtual bool ShouldDeletePoolObjectOnPlacement() const VIXL_OVERRIDE { in ShouldDeletePoolObjectOnPlacement() function
/external/vixl/src/
Dpool-manager.h174 virtual bool ShouldDeletePoolObjectOnPlacement() const { return true; } 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