Searched refs:JsHasOverflowed (Results 1 – 11 of 11) sorted by relevance
234 if (check.JsHasOverflowed()) { in HandleInterrupts()245 if (check.JsHasOverflowed()) { in HandleInterrupts()
43 if (check.JsHasOverflowed(gap)) return isolate->StackOverflow(); in CompileOptimized()67 if (check.JsHasOverflowed(kStackSpaceRequiredForCompilation * KB)) { in RUNTIME_FUNCTION()
337 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()352 if (check.JsHasOverflowed(gap)) { in RUNTIME_FUNCTION()368 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
205 if (check.JsHasOverflowed()) return isolate->StackOverflow(); in RUNTIME_FUNCTION()309 DCHECK(!check.JsHasOverflowed()); in RUNTIME_FUNCTION()
298 bool js_has_overflowed = check.JsHasOverflowed(); in CheckStackGuardState()
261 bool js_has_overflowed = check.JsHasOverflowed(); in HandleInterrupts()
2508 bool JsHasOverflowed(uintptr_t gap = 0) const;
5411 bool StackLimitCheck::JsHasOverflowed(uintptr_t gap) const { in ThrowInternal() function in v8::internal::StackLimitCheck
2184 if (stack_limit_check.JsHasOverflowed()) return; in OnException()
2149 if (check.JsHasOverflowed(kStackSpaceRequiredForCompilation * KB)) { in Compile()
1600 if (check.JsHasOverflowed()) { in GetPropertyWithDefinedGetter()