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 42 RUNTIME_PROFILER_TICK = 1 << 5
execution.cc 334 return thread_local_.interrupt_flags_ & RUNTIME_PROFILER_TICK;
341 thread_local_.interrupt_flags_ |= RUNTIME_PROFILER_TICK;
771 stack_guard->Continue(RUNTIME_PROFILER_TICK);

Completed in 885 milliseconds