Searched refs:PostponeInterruptsScope (Results 1 – 10 of 10) sorted by relevance
64 class PostponeInterruptsScope; variable174 void PushPostponeInterruptsScope(PostponeInterruptsScope* scope);219 PostponeInterruptsScope* postpone_interrupts_;230 friend class PostponeInterruptsScope; variable
271 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) { in PushPostponeInterruptsScope()286 PostponeInterruptsScope* top = thread_local_.postpone_interrupts_; in PopPostponeInterruptsScope()322 for (PostponeInterruptsScope* current = thread_local_.postpone_interrupts_; in ClearInterrupt()
1465 class PostponeInterruptsScope BASE_EMBEDDED {1467 PostponeInterruptsScope(Isolate* isolate,1475 ~PostponeInterruptsScope() { in ~PostponeInterruptsScope()1487 PostponeInterruptsScope* prev_;
831 PostponeInterruptsScope postpone(info->isolate()); in GetUnoptimizedCodeCommon()1045 PostponeInterruptsScope postpone(isolate); in GetLazyCode()1222 PostponeInterruptsScope postpone(info.isolate()); in CompileForLiveEdit()1244 PostponeInterruptsScope postpone(isolate); in CompileToplevel()1759 PostponeInterruptsScope postpone(isolate); in GetOptimizedCode()
2826 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept()
386 PostponeInterruptsScope postpone(isolate_); in Load()435 PostponeInterruptsScope postpone(isolate_); in Break()546 PostponeInterruptsScope no_interrupts(isolate_); in CallFunction()1430 PostponeInterruptsScope postpone(isolate_); in ClearMirrorCache()1745 PostponeInterruptsScope postpone(isolate_); in CallEventCallback()1831 PostponeInterruptsScope no_interrupts(isolate_); in NotifyMessageHandler()
678 PostponeInterruptsScope no_termination_exceptons_;
454 i::PostponeInterruptsScope p1(CcTest::i_isolate(), in TEST()465 i::PostponeInterruptsScope p2(CcTest::i_isolate(), in TEST()
145 PostponeInterruptsScope postpone(isolate); in Compile()344 PostponeInterruptsScope postpone(isolate); in CompileIrregexp()
2051 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()