Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h190 bool IsPreempted();
Dexecution.cc398 bool StackGuard::IsPreempted() { in IsPreempted() function in v8::internal::StackGuard
916 if (stack_guard->IsPreempted()) RuntimePreempt(); in HandleStackGuardInterrupt()