Home
last modified time | relevance | path

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

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