Home
last modified time | relevance | path

Searched refs:has_pending_interrupts (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dexecution.cc251 if (has_pending_interrupts(access)) { in EnableInterrupts()
269 if (!has_pending_interrupts(access)) reset_limits(access); in PushPostponeInterruptsScope()
282 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PopPostponeInterruptsScope()
322 if (!has_pending_interrupts(access)) reset_limits(access); in ClearInterrupt()
330 if (!has_pending_interrupts(access)) reset_limits(access); in CheckAndClearInterrupt()
Dexecution.h147 bool has_pending_interrupts(const ExecutionAccess& lock) { in has_pending_interrupts() function