Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h219 ASSERT(!should_postpone_interrupts(lock)); in has_pending_interrupts()
224 bool should_postpone_interrupts(const ExecutionAccess& lock) { in should_postpone_interrupts() function
Dexecution.cc53 if (should_postpone_interrupts(lock)) return; in set_interrupt_limits()
383 if (!should_postpone_interrupts(access) && !has_pending_interrupts(access)) { in Continue()