Home
last modified time | relevance | path

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

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