Searched refs:JsHasOverflowed (Results 1 – 7 of 7) sorted by relevance
34 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()47 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()60 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()74 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()293 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
290 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
169 if (check.JsHasOverflowed()) { in CheckStackGuardState()
1534 bool JsHasOverflowed(uintptr_t gap = 0) const;
3004 bool StackLimitCheck::JsHasOverflowed(uintptr_t gap) const { in JsHasOverflowed() function in v8::internal::StackLimitCheck
2223 if (check.JsHasOverflowed(1 * KB)) { in CompileNative()
1287 if (check.JsHasOverflowed()) { in GetPropertyWithDefinedGetter()