Home
last modified time | relevance | path

Searched refs:StackLimitCheck (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.cc72 bool StackLimitCheck::HasOverflowed(LocalIsolate* local_isolate) { in HasOverflowed()
Dstack-guard.h190 friend class StackLimitCheck; variable
Disolate.h2490 class StackLimitCheck {
2492 explicit StackLimitCheck(Isolate* isolate) : isolate_(isolate) {} in StackLimitCheck() function
2518 StackLimitCheck stack_check(isolate); \
Dexecution.cc298 StackLimitCheck check(isolate); in Invoke()
Dmessages.cc306 const bool has_overflowed = i::StackLimitCheck{isolate}.HasOverflowed(); in FormatStackTrace()
Disolate.cc3866 StackLimitCheck interrupt_check(isolate_); in ThrowInternal()
5388 bool StackLimitCheck::JsHasOverflowed(uintptr_t gap) const { in ThrowInternal()
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc39 StackLimitCheck check(isolate); in CompileOptimized()
66 StackLimitCheck check(isolate); in RUNTIME_FUNCTION()
Druntime-internal.cc336 StackLimitCheck check(isolate); in RUNTIME_FUNCTION()
351 StackLimitCheck check(isolate); in RUNTIME_FUNCTION()
367 StackLimitCheck check(isolate); in RUNTIME_FUNCTION()
Druntime-wasm.cc204 StackLimitCheck check(isolate); in RUNTIME_FUNCTION()
308 StackLimitCheck check(isolate); in RUNTIME_FUNCTION()
569 StackLimitCheck check(isolate); in RUNTIME_FUNCTION()
Druntime-strings.cc72 StackLimitCheck stackLimitCheck(isolate); in StringReplaceOneCharWithString()
Druntime-literals.cc74 StackLimitCheck check(isolate); in StructureWalk()
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc379 StackLimitCheck check(isolate_); in StackPush()
522 StackLimitCheck interrupt_check(isolate_); in Serialize_()
675 StackLimitCheck interrupt_check(isolate_); in SerializeJSArray()
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc226 if (!i::StackLimitCheck{i_isolate}.HasOverflowed()) { in ShellPromiseHook()
Dd8.cc727 if (i::StackLimitCheck{i_isolate}.HasOverflowed()) { in ExecuteString()
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-interpreter.cc227 StackLimitCheck check(isolate_); in HandleInterrupts()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc207 ? StackLimitCheck::HasOverflowed(local_isolate_) in StackHasOverflowed()
208 : StackLimitCheck(isolate_).HasOverflowed(); in StackHasOverflowed()
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc297 StackLimitCheck check(isolate); in CheckStackGuardState()
Dregexp-interpreter.cc260 StackLimitCheck check(isolate); in HandleInterrupts()
Dregexp-compiler.cc3678 StackLimitCheck check(isolate()); in EnsureAnalyzed()
3954 if (StackLimitCheck{isolate()}.HasOverflowed()) { in ToNodeCheckForStackOverflow()
/third_party/node/deps/v8/src/objects/
Dcontexts.cc590 StackLimitCheck check(isolate); in RunPromiseHook()
Dobjects.cc1599 StackLimitCheck check(isolate); in GetPropertyWithDefinedGetter()
/third_party/node/deps/v8/src/debug/
Ddebug.cc2183 StackLimitCheck stack_limit_check(isolate_); in OnException()
2482 StackLimitCheck check(isolate_); in HandleDebugBreak()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2148 StackLimitCheck check(isolate); in Compile()
/third_party/node/deps/v8/src/wasm/
Dc-api.cc420 i::StackLimitCheck check(isolate); in CheckAndHandleInterrupts()