Searched refs:JsHasOverflowed (Results 1 – 7 of 7) sorted by relevance
37 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()50 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()63 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()77 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()406 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
297 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
169 if (check.JsHasOverflowed()) { in CheckStackGuardState()
1568 bool JsHasOverflowed(uintptr_t gap = 0) const;
3470 bool StackLimitCheck::JsHasOverflowed(uintptr_t gap) const { in Throw() function in v8::internal::StackLimitCheck
2717 if (check.JsHasOverflowed(1 * KB)) { in CompileNative()
1503 if (check.JsHasOverflowed()) { in GetPropertyWithDefinedGetter()