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

  /external/v8/src/
execution.h 216 bool has_pending_interrupts(const ExecutionAccess& lock) { function in class:v8::internal::StackGuard
execution.cc 265 if (has_pending_interrupts(access)) {
383 if (!should_postpone_interrupts(access) && !has_pending_interrupts(access)) {

Completed in 19 milliseconds