Searched refs:old_state_ (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/ | ||
H A D | heap-inl.h | 749 old_state_ = HEAP->disallow_allocation_failure_; 755 HEAP->disallow_allocation_failure_ = old_state_; 762 old_state_ = HEAP->allow_allocation(false); 767 HEAP->allow_allocation(old_state_); 772 old_state_ = HEAP->allow_allocation(true); 777 HEAP->allow_allocation(old_state_); |
H A D | heap.h | 2356 bool old_state_; member in class:v8::internal::DisallowAllocationFailure 2375 bool old_state_; member in class:v8::internal::AssertNoAllocation 2387 bool old_state_; member in class:v8::internal::DisableAssertNoAllocation |
/external/chromium/base/ | ||
H A D | message_loop.h | 260 old_state_(loop_->NestableTasksAllowed()) { 264 loop_->SetNestableTasksAllowed(old_state_); 269 bool old_state_; member in class:MessageLoop::ScopedNestableTaskAllower |
Completed in 115 milliseconds