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 295 return thread_local_.interrupt_flags_ & INTERRUPT;
301 thread_local_.interrupt_flags_ |= INTERRUPT;
308 return thread_local_.interrupt_flags_ & PREEMPT;
314 thread_local_.interrupt_flags_ |= PREEMPT;
321 return thread_local_.interrupt_flags_ & TERMINATE;
327 thread_local_.interrupt_flags_ |= TERMINATE;
334 return thread_local_.interrupt_flags_ & RUNTIME_PROFILER_TICK;
341 thread_local_.interrupt_flags_ |= RUNTIME_PROFILER_TICK;
354 return thread_local_.interrupt_flags_ & DEBUGBREAK;
360 thread_local_.interrupt_flags_ |= DEBUGBREAK
    [all...]
execution.h 220 return thread_local_.interrupt_flags_ != 0;
273 int interrupt_flags_; member in class:v8::internal::StackGuard::ThreadLocal

Completed in 24 milliseconds