RUNTIME_PROFILER_TICK 432 src/execution.cc return (thread_local_.interrupt_flags_ & RUNTIME_PROFILER_TICK) != 0; RUNTIME_PROFILER_TICK 439 src/execution.cc thread_local_.interrupt_flags_ |= RUNTIME_PROFILER_TICK; RUNTIME_PROFILER_TICK 919 src/execution.cc stack_guard->Continue(RUNTIME_PROFILER_TICK);