Lines Matching refs:StackGuard
16 StackGuard::StackGuard() 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()
220 void StackGuard::SetStackLimit(uintptr_t limit) { in SetStackLimit()
236 void StackGuard::AdjustStackLimitForSimulator() { in AdjustStackLimitForSimulator()
249 void StackGuard::EnableInterrupts() { in EnableInterrupts()
257 void StackGuard::DisableInterrupts() { in DisableInterrupts()
263 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) { in PushPostponeInterruptsScope()
276 void StackGuard::PopPostponeInterruptsScope() { in PopPostponeInterruptsScope()
288 bool StackGuard::CheckInterrupt(InterruptFlag flag) { in CheckInterrupt()
294 void StackGuard::RequestInterrupt(InterruptFlag flag) { in RequestInterrupt()
311 void StackGuard::ClearInterrupt(InterruptFlag flag) { in ClearInterrupt()
326 bool StackGuard::CheckAndClearInterrupt(InterruptFlag flag) { in CheckAndClearInterrupt()
335 char* StackGuard::ArchiveStackGuard(char* to) { in ArchiveStackGuard()
352 char* StackGuard::RestoreStackGuard(char* from) { in RestoreStackGuard()
360 void StackGuard::FreeThreadResources() { in FreeThreadResources()
367 void StackGuard::ThreadLocal::Clear() { in Clear()
377 bool StackGuard::ThreadLocal::Initialize(Isolate* isolate) { in Initialize()
395 void StackGuard::ClearThread(const ExecutionAccess& lock) { in ClearThread()
401 void StackGuard::InitThread(const ExecutionAccess& lock) { in InitThread()
434 void StackGuard::HandleGCInterrupt() { in HandleGCInterrupt()
441 Object* StackGuard::HandleInterrupts() { in HandleInterrupts()