/third_party/node/deps/v8/src/execution/ |
D | v8threads.cc | 97 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()
|
D | isolate-data.h | 28 V(kStackGuardOffset, StackGuard::kSizeInBytes, stack_guard) \ 122 StackGuard* stack_guard() { return &stack_guard_; } in stack_guard() function
|
D | interrupts-scope.cc | 14 : stack_guard_(isolate->stack_guard()), in InterruptsScope()
|
D | local-isolate.cc | 24 ? isolate->stack_guard()->real_climit() in LocalIsolate()
|
D | isolate.h | 1120 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()) { \
|
D | isolate.cc | 1550 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/ |
D | stress-scavenge-observer.cc | 56 heap_->isolate()->stack_guard()->RequestGC(); in Step()
|
D | collection-barrier.cc | 115 isolate->stack_guard()->RequestGC(); in ActivateStackGuardAndPostTask()
|
D | incremental-marking.cc | 602 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/ |
D | runtime-wasm.cc | 207 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()
|
D | runtime-internal.cc | 341 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()
|
D | runtime-debug.cc | 103 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/ |
D | stacks.h | 41 reinterpret_cast<byte*>(isolate->stack_guard()->real_jslimit()); in GetCurrentStackView()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
D | optimizing-compile-dispatcher.cc | 112 if (finalize()) isolate_->stack_guard()->RequestInstallCode(); in CompileNext()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-concurrent-dispatcher.cc | 144 isolate()->stack_guard()->RequestInstallMaglevCode(); in Run()
|
/third_party/node/deps/v8/src/json/ |
D | json-stringifier.cc | 524 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/ |
D | pcre2_context.c | 391 ccontext->stack_guard = guard; in pcre2_set_compile_recursion_guard()
|
D | pcre2_intmodedep.h | 567 int (*stack_guard)(uint32_t, void *); member
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | deoptimizer.cc | 811 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/ |
D | baseline-batch-compiler.cc | 168 isolate_->stack_guard()->RequestInstallBaselineCode(); in Run()
|
/third_party/node/deps/v8/src/parsing/ |
D | parse-info.cc | 234 isolate->stack_guard()->real_climit(), in ParseInfo()
|
/third_party/node/deps/v8/src/regexp/experimental/ |
D | experimental-interpreter.cc | 262 result = isolate_->stack_guard()->HandleInterrupts(); in HandleInterrupts()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 335 Object result = isolate->stack_guard()->HandleInterrupts(); in CheckStackGuardState()
|
/third_party/node/deps/v8/src/codegen/ |
D | external-reference.cc | 474 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/ |
D | backing-store.cc | 946 other->stack_guard()->RequestGrowSharedMemory(); in BroadcastSharedWasmMemoryGrow()
|