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

  /external/chromium_org/v8/src/
assert-scope.h 126 old_state_ = data_->get(type);
130 ~PerThreadAssertScope() { data_->set(type, old_state_); }
138 bool old_state_;
heap-inl.h 877 old_state_ = HEAP->disallow_allocation_failure_;
885 HEAP->disallow_allocation_failure_ = old_state_;
heap.h     [all...]
  /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
  /external/chromium_org/base/message_loop/
message_loop.h 328 old_state_(loop_->NestableTasksAllowed()) {
332 loop_->SetNestableTasksAllowed(old_state_);
337 bool old_state_; member in class:base::MessageLoop::ScopedNestableTaskAllower

Completed in 93 milliseconds