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

  /external/v8/src/
execution.h 64 class PostponeInterruptsScope;
174 void PushPostponeInterruptsScope(PostponeInterruptsScope* scope);
219 PostponeInterruptsScope* postpone_interrupts_;
230 friend class PostponeInterruptsScope;
execution.cc 271 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) {
286 PostponeInterruptsScope* top = thread_local_.postpone_interrupts_;
322 for (PostponeInterruptsScope* current = thread_local_.postpone_interrupts_;
isolate.h     [all...]
compiler.cc 831 PostponeInterruptsScope postpone(info->isolate());
    [all...]
isolate.cc     [all...]
  /external/v8/src/debug/
debug.cc 386 PostponeInterruptsScope postpone(isolate_);
435 PostponeInterruptsScope postpone(isolate_);
546 PostponeInterruptsScope no_interrupts(isolate_);
    [all...]
debug.h 678 PostponeInterruptsScope no_termination_exceptons_;
  /external/v8/test/cctest/
test-thread-termination.cc 454 i::PostponeInterruptsScope p1(CcTest::i_isolate(),
465 i::PostponeInterruptsScope p2(CcTest::i_isolate(),
  /external/v8/src/regexp/
jsregexp.cc 145 PostponeInterruptsScope postpone(isolate);
344 PostponeInterruptsScope postpone(isolate);
    [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]

Completed in 233 milliseconds