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

  /external/v8/src/
execution.cc 342 scope->prev_ = thread_local_.postpone_interrupts_;
343 thread_local_.postpone_interrupts_ = scope;
349 PostponeInterruptsScope* top = thread_local_.postpone_interrupts_;
355 thread_local_.postpone_interrupts_ = top->prev_;
368 if (thread_local_.postpone_interrupts_ &&
369 thread_local_.postpone_interrupts_->Intercept(flag)) {
382 for (PostponeInterruptsScope* current = thread_local_.postpone_interrupts_;
440 postpone_interrupts_ = NULL;
457 postpone_interrupts_ = NULL;
execution.h 260 PostponeInterruptsScope* postpone_interrupts_; member in class:v8::internal::FINAL::FINAL

Completed in 54 milliseconds