Home
last modified time | relevance | path

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

/external/vixl/src/
Dpool-manager-impl.h429 if (label_base->ShouldBeDeletedOnPoolManagerDestruction()) { in RemoveAndDelete()
433 VIXL_ASSERT(!label_base->ShouldBeDeletedOnPoolManagerDestruction()); in RemoveAndDelete()
Dpool-manager.h154 virtual bool ShouldBeDeletedOnPoolManagerDestruction() const { return false; } in ShouldBeDeletedOnPoolManagerDestruction() function
/external/vixl/src/aarch32/
Dlocation-aarch32.h332 virtual bool ShouldBeDeletedOnPoolManagerDestruction() const VIXL_OVERRIDE { in ShouldBeDeletedOnPoolManagerDestruction() function
/external/vixl/test/
Dtest-pool-manager.cc901 virtual bool ShouldBeDeletedOnPoolManagerDestruction() const VIXL_OVERRIDE { in ShouldBeDeletedOnPoolManagerDestruction() function in TestObjectDeletedOnPoolManagerDestruction