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

  /external/v8/src/
execution.cc 253 return thread_local_.interrupt_flags_ != 0;
259 return thread_local_.interrupt_flags_ & INTERRUPT;
265 thread_local_.interrupt_flags_ |= INTERRUPT;
272 return thread_local_.interrupt_flags_ & PREEMPT;
278 thread_local_.interrupt_flags_ |= PREEMPT;
285 return thread_local_.interrupt_flags_ & TERMINATE;
291 thread_local_.interrupt_flags_ |= TERMINATE;
299 return thread_local_.interrupt_flags_ & DEBUGBREAK;
305 thread_local_.interrupt_flags_ |= DEBUGBREAK;
312 return thread_local_.interrupt_flags_ & DEBUGCOMMAND
    [all...]
execution.h 257 int interrupt_flags_; member in class:v8::internal::StackGuard::ThreadLocal

Completed in 24 milliseconds