HomeSort by relevance Sort by last modified time
    Searched refs:should_postpone_interrupts (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
execution.h 219 ASSERT(!should_postpone_interrupts(lock));
224 bool should_postpone_interrupts(const ExecutionAccess& lock) { function in class:v8::internal::StackGuard
execution.cc 53 if (should_postpone_interrupts(lock)) return;
383 if (!should_postpone_interrupts(access) && !has_pending_interrupts(access)) {

Completed in 27 milliseconds