Home
last modified time | relevance | path

Searched refs:stack_guard (Results 1 – 25 of 48) sorted by relevance

12

/third_party/node/deps/v8/src/execution/
Dv8threads.cc97 isolate_->stack_guard()->InitThread(lock); in InitThread()
142 from = isolate_->stack_guard()->RestoreStackGuard(from); in RestoreThread()
276 to = isolate_->stack_guard()->ArchiveStackGuard(to); in EagerlyArchiveThread()
291 isolate_->stack_guard()->FreeThreadResources(); in FreeThreadResources()
Disolate-data.h28 V(kStackGuardOffset, StackGuard::kSizeInBytes, stack_guard) \
122 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard() function
Dinterrupts-scope.cc14 : stack_guard_(isolate->stack_guard()), in InterruptsScope()
Dlocal-isolate.cc24 ? isolate->stack_guard()->real_climit() in LocalIsolate()
Disolate.h1120 StackGuard* stack_guard() { return isolate_data()->stack_guard(); } in stack_guard() function
2496 StackGuard* stack_guard = isolate_->stack_guard(); in HasOverflowed() local
2497 return GetCurrentStackPosition() < stack_guard->real_climit(); in HasOverflowed()
2503 StackGuard* stack_guard = isolate_->stack_guard(); in InterruptRequested() local
2504 return GetCurrentStackPosition() < stack_guard->climit(); in InterruptRequested()
2524 if (isolate->stack_guard()->HasTerminationRequest()) { \
Disolate.cc1550 DCHECK_GE(GetCurrentStackPosition(), stack_guard()->real_climit() - 32 * KB); in StackOverflow()
1552 DCHECK_GE(GetCurrentStackPosition(), stack_guard()->real_climit() - 8 * KB); in StackOverflow()
1634 stack_guard()->RequestApiInterrupt(); in RequestInterrupt()
3868 isolate_->stack_guard()->HasTerminationRequest()); in ThrowInternal()
3951 stack_guard()->InitThread(lock); in ThrowInternal()
5412 StackGuard* stack_guard = isolate_->stack_guard(); in ThrowInternal() local
5417 if (jssp - gap < stack_guard->real_jslimit()) return true; in ThrowInternal()
5419 return GetCurrentStackPosition() - gap < stack_guard->real_climit(); in ThrowInternal()
/third_party/node/deps/v8/src/heap/
Dstress-scavenge-observer.cc56 heap_->isolate()->stack_guard()->RequestGC(); in Step()
Dcollection-barrier.cc115 isolate->stack_guard()->RequestGC(); in ActivateStackGuardAndPostTask()
Dincremental-marking.cc602 heap_->isolate()->stack_guard()->ClearGC(); in Stop()
629 heap_->isolate()->stack_guard()->RequestGC(); in FinalizeMarking()
699 heap_->isolate()->stack_guard()->RequestGC(); in MarkingComplete()
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc207 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
311 Object result = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
571 Object interrupt_object = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
737 isolate->stack_guard()->SetStackLimit(limit); in SyncStackLimit()
Druntime-internal.cc341 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
356 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
375 Object return_value = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
Druntime-debug.cc103 Object interrupt_object = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION_RETURN_PAIR()
144 return isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/
Dstacks.h41 reinterpret_cast<byte*>(isolate->stack_guard()->real_jslimit()); in GetCurrentStackView()
/third_party/node/deps/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc112 if (finalize()) isolate_->stack_guard()->RequestInstallCode(); in CompileNext()
/third_party/node/deps/v8/src/maglev/
Dmaglev-concurrent-dispatcher.cc144 isolate()->stack_guard()->RequestInstallMaglevCode(); in Run()
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc524 isolate_->stack_guard()->HandleInterrupts().IsException(isolate_)) { in Serialize_()
694 isolate_->stack_guard()->HandleInterrupts().IsException( in SerializeJSArray()
713 isolate_->stack_guard()->HandleInterrupts().IsException( in SerializeJSArray()
/third_party/pcre2/pcre2/src/
Dpcre2_context.c391 ccontext->stack_guard = guard; in pcre2_set_compile_recursion_guard()
Dpcre2_intmodedep.h567 int (*stack_guard)(uint32_t, void *); member
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc811 StackGuard* const stack_guard = isolate()->stack_guard(); in DoComputeOutputFrames() local
813 stack_guard->real_jslimit()); in DoComputeOutputFrames()
927 stack_guard->real_jslimit() - kStackLimitSlackForDeoptimizationInBytes); in DoComputeOutputFrames()
/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.cc168 isolate_->stack_guard()->RequestInstallBaselineCode(); in Run()
/third_party/node/deps/v8/src/parsing/
Dparse-info.cc234 isolate->stack_guard()->real_climit(), in ParseInfo()
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-interpreter.cc262 result = isolate_->stack_guard()->HandleInterrupts(); in HandleInterrupts()
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc335 Object result = isolate->stack_guard()->HandleInterrupts(); in CheckStackGuardState()
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc474 Address address = isolate->stack_guard()->address_of_jslimit(); in address_of_jslimit()
481 Address address = isolate->stack_guard()->address_of_real_jslimit(); in address_of_real_jslimit()
/third_party/node/deps/v8/src/objects/
Dbacking-store.cc946 other->stack_guard()->RequestGrowSharedMemory(); in BroadcastSharedWasmMemoryGrow()

12