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

  /external/v8/src/
execution.h 44 RUNTIME_PROFILER_TICK = 1 << 5,
execution.cc 426 return (thread_local_.interrupt_flags_ & RUNTIME_PROFILER_TICK) != 0;
433 thread_local_.interrupt_flags_ |= RUNTIME_PROFILER_TICK;
908 stack_guard->Continue(RUNTIME_PROFILER_TICK);

Completed in 25 milliseconds