Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h64 class PostponeInterruptsScope; variable
174 void PushPostponeInterruptsScope(PostponeInterruptsScope* scope);
219 PostponeInterruptsScope* postpone_interrupts_;
230 friend class PostponeInterruptsScope; variable
Dexecution.cc271 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()
Disolate.h1465 class PostponeInterruptsScope BASE_EMBEDDED {
1467 PostponeInterruptsScope(Isolate* isolate,
1475 ~PostponeInterruptsScope() { in ~PostponeInterruptsScope()
1487 PostponeInterruptsScope* prev_;
Dcompiler.cc831 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()
Disolate.cc2826 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept()
/external/v8/src/debug/
Ddebug.cc386 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()
Ddebug.h678 PostponeInterruptsScope no_termination_exceptons_;
/external/v8/test/cctest/
Dtest-thread-termination.cc454 i::PostponeInterruptsScope p1(CcTest::i_isolate(), in TEST()
465 i::PostponeInterruptsScope p2(CcTest::i_isolate(), in TEST()
/external/v8/src/regexp/
Djsregexp.cc145 PostponeInterruptsScope postpone(isolate); in Compile()
344 PostponeInterruptsScope postpone(isolate); in CompileIrregexp()
/external/v8/src/heap/
Dmark-compact.cc2051 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()