Searched refs:PostponeInterruptsScope (Results 1 – 9 of 9) sorted by relevance
24 class PostponeInterruptsScope; variable496 class PostponeInterruptsScope {498 explicit PostponeInterruptsScope(v8::Isolate* isolate);499 ~PostponeInterruptsScope();502 std::unique_ptr<i::PostponeInterruptsScope> scope_;
565 PostponeInterruptsScope no_interrupts_;
422 PostponeInterruptsScope postpone(isolate_); in Break()1762 PostponeInterruptsScope no_interrupts(isolate_); in OnDebugBreak()1802 PostponeInterruptsScope no_interrupts(isolate_); in IsBlackboxed()
696 PostponeInterruptsScope postpone(isolate); in GetOptimizedCode()877 PostponeInterruptsScope postpone(isolate); in CompileToplevel()1055 PostponeInterruptsScope postpone(isolate); in Compile()1769 PostponeInterruptsScope postpone(isolate); in GetSharedFunctionInfoForStreamedScript()
2030 class PostponeInterruptsScope : public InterruptsScope {2032 PostponeInterruptsScope(Isolate* isolate,2036 virtual ~PostponeInterruptsScope() = default;
9845 debug::PostponeInterruptsScope::PostponeInterruptsScope(v8::Isolate* isolate) in PostponeInterruptsScope() function in v8::debug::PostponeInterruptsScope9847 new i::PostponeInterruptsScope(reinterpret_cast<i::Isolate*>(isolate), in PostponeInterruptsScope()9850 debug::PostponeInterruptsScope::~PostponeInterruptsScope() {} in ~PostponeInterruptsScope()
267 v8::debug::PostponeInterruptsScope postponeInterrupts(isolate); in create()
1741 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()4256 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()
147 PostponeInterruptsScope postpone(isolate); in Compile()316 PostponeInterruptsScope postpone(isolate); in CompileIrregexp()