Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dstack-guard.cc35 void StackGuard::reset_limits(const ExecutionAccess& lock) { in reset_limits() function in v8::internal::StackGuard
76 reset_limits(access); in DisableInterrupts()
101 if (!has_pending_interrupts(access)) reset_limits(access); in PushInterruptsScope()
165 if (!has_pending_interrupts(access)) reset_limits(access); in ClearInterrupt()
172 if (!has_pending_interrupts(access)) reset_limits(access); in HasTerminationRequest()
189 if (!has_pending_interrupts(access)) reset_limits(access); in FetchAndClearInterrupts()
193 reset_limits(access); in FetchAndClearInterrupts()
Dstack-guard.h122 inline void reset_limits(const ExecutionAccess& lock);