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

  /external/chromium_org/v8/src/
execution.cc 306 if (has_pending_interrupts(access)) {
340 if (!has_pending_interrupts(access)) reset_limits(access);
353 if (has_pending_interrupts(access)) set_interrupt_limits(access);
390 if (!has_pending_interrupts(access)) reset_limits(access);
398 if (!has_pending_interrupts(access)) reset_limits(access);
execution.h 210 bool has_pending_interrupts(const ExecutionAccess& lock) { function in class:v8::internal::FINAL

Completed in 62 milliseconds