Searched refs:PostponeInterruptsScope (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dexecution.h125 class PostponeInterruptsScope;
233 void PushPostponeInterruptsScope(PostponeInterruptsScope* scope);
260 PostponeInterruptsScope* postpone_interrupts_;
271 friend class PostponeInterruptsScope;
H A Disolate.h1460 class PostponeInterruptsScope BASE_EMBEDDED {
1462 PostponeInterruptsScope(Isolate* isolate, function in class:v8::internal::BASE_EMBEDDED
1470 ~PostponeInterruptsScope() {
1482 PostponeInterruptsScope* prev_;
H A Dexecution.cc334 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) {
349 PostponeInterruptsScope* top = thread_local_.postpone_interrupts_;
382 for (PostponeInterruptsScope* current = thread_local_.postpone_interrupts_;
H A Dcompiler.cc658 PostponeInterruptsScope postpone(info->isolate());
836 PostponeInterruptsScope postpone(info.isolate());
974 PostponeInterruptsScope postpone(info.isolate());
993 PostponeInterruptsScope postpone(isolate);
1318 PostponeInterruptsScope postpone(isolate);
H A Ddebug.h685 PostponeInterruptsScope no_termination_exceptons_;
H A Ddebug.cc801 PostponeInterruptsScope postpone(isolate_);
882 PostponeInterruptsScope postpone(isolate_);
2390 PostponeInterruptsScope postpone(isolate_);
2445 PostponeInterruptsScope no_interrupts(isolate_);
2791 PostponeInterruptsScope no_interrupts(isolate_);
H A Disolate.cc2378 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) {
H A Djsregexp.cc175 PostponeInterruptsScope postpone(isolate);
395 PostponeInterruptsScope postpone(isolate);
/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc430 i::PostponeInterruptsScope p1(CcTest::i_isolate(),
441 i::PostponeInterruptsScope p2(CcTest::i_isolate(),
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc2245 PostponeInterruptsScope postpone(isolate());

Completed in 3870 milliseconds