HomeSort by relevance Sort by last modified time
    Searched refs:old_state_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
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_);
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
    [all...]
  /external/chromium/base/
message_loop.h 260 old_state_(loop_->NestableTasksAllowed()) {
264 loop_->SetNestableTasksAllowed(old_state_);
269 bool old_state_; member in class:MessageLoop::ScopedNestableTaskAllower

Completed in 490 milliseconds