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 238 ASSERT(!should_postpone_interrupts(lock));
243 bool should_postpone_interrupts(const ExecutionAccess& lock) { function in class:v8::internal::StackGuard
execution.cc 54 if (should_postpone_interrupts(lock)) return;
381 return should_postpone_interrupts(access);
491 if (!should_postpone_interrupts(access) && !has_pending_interrupts(access)) {

Completed in 161 milliseconds