OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
864
old_state_
= isolate->heap()->disallow_allocation_failure_;
873
isolate->heap()->disallow_allocation_failure_ =
old_state_
;
heap.h
2474
bool
old_state_
;
member in class:v8::internal::DisallowAllocationFailure
[
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
357
old_state_
(loop_->NestableTasksAllowed()) {
361
loop_->SetNestableTasksAllowed(
old_state_
);
366
bool
old_state_
;
member in class:base::MessageLoop::ScopedNestableTaskAllower
Completed in 52 milliseconds