Home
last modified time | relevance | path

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

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

Completed in 70 milliseconds