Lines Matching refs:StackGuard

19 StackGuard::StackGuard() : isolate_(nullptr) {}  in StackGuard()  function in v8::internal::StackGuard
21 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) { in set_interrupt_limits()
29 void StackGuard::reset_limits(const ExecutionAccess& lock) { in reset_limits()
276 void StackGuard::SetStackLimit(uintptr_t limit) { in SetStackLimit()
292 void StackGuard::AdjustStackLimitForSimulator() { in AdjustStackLimitForSimulator()
305 void StackGuard::EnableInterrupts() { in EnableInterrupts()
313 void StackGuard::DisableInterrupts() { in DisableInterrupts()
318 void StackGuard::PushInterruptsScope(InterruptsScope* scope) { in PushInterruptsScope()
343 void StackGuard::PopInterruptsScope() { in PopInterruptsScope()
371 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt()
377 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt()
394 void StackGuard::ClearInterrupt(InterruptFlag flag) { in ClearInterrupt()
408 bool StackGuard::CheckAndClearInterrupt(InterruptFlag flag) { in CheckAndClearInterrupt()
417 char* StackGuard::ArchiveStackGuard(char* to) { in ArchiveStackGuard()
434 char* StackGuard::RestoreStackGuard(char* from) { in RestoreStackGuard()
442 void StackGuard::FreeThreadResources() { in FreeThreadResources()
449 void StackGuard::ThreadLocal::Clear() { in Clear()
459 bool StackGuard::ThreadLocal::Initialize(Isolate* isolate) { in Initialize()
477 void StackGuard::ClearThread(const ExecutionAccess& lock) { in ClearThread()
483 void StackGuard::InitThread(const ExecutionAccess& lock) { in InitThread()
498 Object* StackGuard::HandleInterrupts() { in HandleInterrupts()