Searched refs:PostponeInterruptsScope (Results 1 – 10 of 10) sorted by relevance
125 class PostponeInterruptsScope; variable233 void PushPostponeInterruptsScope(PostponeInterruptsScope* scope);260 PostponeInterruptsScope* postpone_interrupts_;271 friend class PostponeInterruptsScope; variable
334 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) { in PushPostponeInterruptsScope()349 PostponeInterruptsScope* top = thread_local_.postpone_interrupts_; in PopPostponeInterruptsScope()382 for (PostponeInterruptsScope* current = thread_local_.postpone_interrupts_; in ClearInterrupt()
658 PostponeInterruptsScope postpone(info->isolate()); in GetUnoptimizedCodeCommon()836 PostponeInterruptsScope postpone(info.isolate()); in GetLazyCode()974 PostponeInterruptsScope postpone(info.isolate()); in CompileForLiveEdit()993 PostponeInterruptsScope postpone(isolate); in CompileToplevel()1318 PostponeInterruptsScope postpone(isolate); in GetOptimizedCode()
1460 class PostponeInterruptsScope BASE_EMBEDDED {1462 PostponeInterruptsScope(Isolate* isolate,1470 ~PostponeInterruptsScope() { in ~PostponeInterruptsScope()1482 PostponeInterruptsScope* prev_;
801 PostponeInterruptsScope postpone(isolate_); in Load()882 PostponeInterruptsScope postpone(isolate_); in Break()2390 PostponeInterruptsScope postpone(isolate_); in ClearMirrorCache()2445 PostponeInterruptsScope no_interrupts(isolate_); in MakeJSObject()2791 PostponeInterruptsScope no_interrupts(isolate_); in NotifyMessageHandler()
685 PostponeInterruptsScope no_termination_exceptons_;
2378 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept()
175 PostponeInterruptsScope postpone(isolate); in Compile()395 PostponeInterruptsScope postpone(isolate); in CompileIrregexp()
430 i::PostponeInterruptsScope p1(CcTest::i_isolate(), in TEST()441 i::PostponeInterruptsScope p2(CcTest::i_isolate(), in TEST()
2245 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()