Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dexecution.h125 class PostponeInterruptsScope; variable
233 void PushPostponeInterruptsScope(PostponeInterruptsScope* scope);
260 PostponeInterruptsScope* postpone_interrupts_;
271 friend class PostponeInterruptsScope; variable
Dexecution.cc334 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()
Dcompiler.cc658 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()
Disolate.h1460 class PostponeInterruptsScope BASE_EMBEDDED {
1462 PostponeInterruptsScope(Isolate* isolate,
1470 ~PostponeInterruptsScope() { in ~PostponeInterruptsScope()
1482 PostponeInterruptsScope* prev_;
Ddebug.cc801 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()
Ddebug.h685 PostponeInterruptsScope no_termination_exceptons_;
Disolate.cc2378 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept()
Djsregexp.cc175 PostponeInterruptsScope postpone(isolate); in Compile()
395 PostponeInterruptsScope postpone(isolate); in CompileIrregexp()
/external/chromium_org/v8/test/cctest/
Dtest-thread-termination.cc430 i::PostponeInterruptsScope p1(CcTest::i_isolate(), in TEST()
441 i::PostponeInterruptsScope p2(CcTest::i_isolate(), in TEST()
/external/chromium_org/v8/src/heap/
Dmark-compact.cc2245 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()