Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-compiler.cc37 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()
Druntime-internal.cc297 if (check.JsHasOverflowed()) { in RUNTIME_FUNCTION()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc169 if (check.JsHasOverflowed()) { in CheckStackGuardState()
/external/v8/src/
Disolate.h1568 bool JsHasOverflowed(uintptr_t gap = 0) const;
Disolate.cc3470 bool StackLimitCheck::JsHasOverflowed(uintptr_t gap) const { in Throw() function in v8::internal::StackLimitCheck
Dbootstrapper.cc2717 if (check.JsHasOverflowed(1 * KB)) { in CompileNative()
Dobjects.cc1503 if (check.JsHasOverflowed()) { in GetPropertyWithDefinedGetter()