Searched refs:kRunInterrupts (Results 1 – 4 of 4) sorted by relevance
327 DCHECK_EQ(scope->mode_, InterruptsScope::kRunInterrupts); in PushInterruptsScope()352 DCHECK_EQ(top->mode_, InterruptsScope::kRunInterrupts); in PopInterruptsScope()
1996 enum Mode { kPostponeInterrupts, kRunInterrupts, kNoop }; enumerator2047 InterruptsScope::kRunInterrupts) {} in InterruptsScope() argument
4161 if (current->mode_ == kRunInterrupts) { in Throw()
273 ? i::InterruptsScope::kRunInterrupts in CallDepthScope()