Home
last modified time | relevance | path

Searched refs:old_state_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dheap-inl.h749 old_state_ = HEAP->disallow_allocation_failure_; in DisallowAllocationFailure()
755 HEAP->disallow_allocation_failure_ = old_state_; in ~DisallowAllocationFailure()
762 old_state_ = HEAP->allow_allocation(false); in AssertNoAllocation()
767 HEAP->allow_allocation(old_state_); in ~AssertNoAllocation()
772 old_state_ = HEAP->allow_allocation(true); in DisableAssertNoAllocation()
777 HEAP->allow_allocation(old_state_); in ~DisableAssertNoAllocation()
Dheap.h2356 bool old_state_;
2375 bool old_state_;
2387 bool old_state_;
/external/chromium/base/
Dmessage_loop.h260 old_state_(loop_->NestableTasksAllowed()) { in ScopedNestableTaskAllower()
264 loop_->SetNestableTasksAllowed(old_state_); in ~ScopedNestableTaskAllower()
269 bool old_state_; variable