Lines Matching refs:StackGuard
29 void StackGuard::set_interrupt_limits(const ExecutionAccess& lock) { in set_interrupt_limits()
35 void StackGuard::reset_limits(const ExecutionAccess& lock) { in reset_limits()
41 void StackGuard::SetStackLimit(uintptr_t limit) { in SetStackLimit()
56 void StackGuard::AdjustStackLimitForSimulator() { in AdjustStackLimitForSimulator()
67 void StackGuard::EnableInterrupts() { in EnableInterrupts()
74 void StackGuard::DisableInterrupts() { in DisableInterrupts()
79 void StackGuard::PushInterruptsScope(InterruptsScope* scope) { in PushInterruptsScope()
107 void StackGuard::PopInterruptsScope() { in PopInterruptsScope()
134 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt()
139 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt()
155 void StackGuard::ClearInterrupt(InterruptFlag flag) { in ClearInterrupt()
168 bool StackGuard::HasTerminationRequest() { in HasTerminationRequest()
178 int StackGuard::FetchAndClearInterrupts() { in FetchAndClearInterrupts()
199 char* StackGuard::ArchiveStackGuard(char* to) { in ArchiveStackGuard()
206 char* StackGuard::RestoreStackGuard(char* from) { in RestoreStackGuard()
212 void StackGuard::FreeThreadResources() { in FreeThreadResources()
218 void StackGuard::ThreadLocal::Initialize(Isolate* isolate, in Initialize()
231 void StackGuard::InitThread(const ExecutionAccess& lock) { in InitThread()
267 Object StackGuard::HandleInterrupts() { in HandleInterrupts()