OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postpone_interrupts_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
execution.cc
279
scope->prev_ = thread_local_.
postpone_interrupts_
;
280
thread_local_.
postpone_interrupts_
= scope;
286
PostponeInterruptsScope* top = thread_local_.
postpone_interrupts_
;
292
thread_local_.
postpone_interrupts_
= top->prev_;
305
if (thread_local_.
postpone_interrupts_
&&
306
thread_local_.
postpone_interrupts_
->Intercept(flag)) {
322
for (PostponeInterruptsScope* current = thread_local_.
postpone_interrupts_
;
380
postpone_interrupts_
= NULL;
397
postpone_interrupts_
= NULL;
execution.h
219
PostponeInterruptsScope*
postpone_interrupts_
;
member in class:v8::internal::final::final
Completed in 313 milliseconds