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

  /external/v8/src/
execution.h 60 class PostponeInterruptsScope;
170 void PushPostponeInterruptsScope(PostponeInterruptsScope* scope);
215 PostponeInterruptsScope* postpone_interrupts_;
226 friend class PostponeInterruptsScope;
execution.cc 263 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) {
278 PostponeInterruptsScope* top = thread_local_.postpone_interrupts_;
314 for (PostponeInterruptsScope* current = thread_local_.postpone_interrupts_;
isolate.h     [all...]
compiler.cc 537 PostponeInterruptsScope postpone(info->isolate());
755 PostponeInterruptsScope postpone(isolate);
878 PostponeInterruptsScope postpone(isolate);
    [all...]
isolate.cc     [all...]
  /external/v8/src/debug/
debug.cc 534 PostponeInterruptsScope postpone(isolate_);
585 PostponeInterruptsScope postpone(isolate_);
728 PostponeInterruptsScope no_interrupts(isolate_);
    [all...]
debug.h 749 PostponeInterruptsScope no_termination_exceptons_;
  /external/v8/test/cctest/
test-thread-termination.cc 479 i::PostponeInterruptsScope p1(CcTest::i_isolate(),
490 i::PostponeInterruptsScope p2(CcTest::i_isolate(),
  /external/v8/src/regexp/
jsregexp.cc 152 PostponeInterruptsScope postpone(isolate);
350 PostponeInterruptsScope postpone(isolate);
    [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]

Completed in 296 milliseconds