Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dstack-guard.cc61 if (has_pending_interrupts(access)) { in EnableInterrupts()
91 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PushInterruptsScope()
93 if (!has_pending_interrupts(access)) reset_limits(access); in PushInterruptsScope()
121 if (has_pending_interrupts(access)) set_interrupt_limits(access); in PopInterruptsScope()
157 if (!has_pending_interrupts(access)) reset_limits(access); in ClearInterrupt()
171 if (!has_pending_interrupts(access)) reset_limits(access); in FetchAndClearInterrupts()
Dstack-guard.h98 bool has_pending_interrupts(const ExecutionAccess& lock) { in has_pending_interrupts() function