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

/external/v8/src/
H A Dexecution.h238 ASSERT(!should_postpone_interrupts(lock));
243 bool should_postpone_interrupts(const ExecutionAccess& lock) { function in class:v8::internal::StackGuard
H A Dexecution.cc54 if (should_postpone_interrupts(lock)) return;
381 return should_postpone_interrupts(access);
491 if (!should_postpone_interrupts(access) && !has_pending_interrupts(access)) {

Completed in 54 milliseconds