Home
last modified time | relevance | path

Searched refs:RUNTIME_PROFILER_TICK (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dexecution.h44 RUNTIME_PROFILER_TICK = 1 << 5, enumerator
Dexecution.cc426 return (thread_local_.interrupt_flags_ & RUNTIME_PROFILER_TICK) != 0; in IsRuntimeProfilerTick()
433 thread_local_.interrupt_flags_ |= RUNTIME_PROFILER_TICK; in RequestRuntimeProfilerTick()
908 stack_guard->Continue(RUNTIME_PROFILER_TICK); in HandleStackGuardInterrupt()