Home
last modified time | relevance | path

Searched refs:JsHasOverflowed (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-interpreter.cc234 if (check.JsHasOverflowed()) { in HandleInterrupts()
245 if (check.JsHasOverflowed()) { in HandleInterrupts()
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc43 if (check.JsHasOverflowed(gap)) return isolate->StackOverflow(); in CompileOptimized()
67 if (check.JsHasOverflowed(kStackSpaceRequiredForCompilation * KB)) { in RUNTIME_FUNCTION()
Druntime-internal.cc337 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
352 if (check.JsHasOverflowed(gap)) { in RUNTIME_FUNCTION()
368 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
Druntime-wasm.cc205 if (check.JsHasOverflowed()) return isolate->StackOverflow(); in RUNTIME_FUNCTION()
309 DCHECK(!check.JsHasOverflowed()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc298 bool js_has_overflowed = check.JsHasOverflowed(); in CheckStackGuardState()
Dregexp-interpreter.cc261 bool js_has_overflowed = check.JsHasOverflowed(); in HandleInterrupts()
/third_party/node/deps/v8/src/execution/
Disolate.h2508 bool JsHasOverflowed(uintptr_t gap = 0) const;
Disolate.cc5411 bool StackLimitCheck::JsHasOverflowed(uintptr_t gap) const { in ThrowInternal() function in v8::internal::StackLimitCheck
/third_party/node/deps/v8/src/debug/
Ddebug.cc2184 if (stack_limit_check.JsHasOverflowed()) return; in OnException()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2149 if (check.JsHasOverflowed(kStackSpaceRequiredForCompilation * KB)) { in Compile()
/third_party/node/deps/v8/src/objects/
Dobjects.cc1600 if (check.JsHasOverflowed()) { in GetPropertyWithDefinedGetter()