Home
last modified time | relevance | path

Searched refs:StackOverflow (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/runtime/
Druntime-compiler.cc34 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()
295 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
Druntime-internal.cc97 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
291 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
Druntime-strings.cc128 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc170 isolate->StackOverflow(); in CheckStackGuardState()
286 isolate->StackOverflow(); in Execute()
Djsregexp.cc566 isolate->StackOverflow(); in IrregexpExecRaw()
/external/v8/src/
Dmessages.h348 T(StackOverflow, "Maximum call stack size exceeded") \
Djson-stringifier.cc245 isolate_->StackOverflow(); in StackPush()
Djson-parser.cc248 isolate_->StackOverflow(); in ParseJsonValue()
Dcompiler.cc504 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileUnoptimizedCode()
944 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in GetBaselineCode()
Disolate.h768 Object* StackOverflow();
Dbootstrapper.cc2224 isolate->StackOverflow(); in CompileNative()
3823 isolate->StackOverflow(); in Genesis()
Disolate.cc884 Object* Isolate::StackOverflow() { in StackOverflow() function in v8::internal::Isolate
Dobjects.cc1288 isolate->StackOverflow(); in GetPropertyWithDefinedGetter()
7897 isolate->StackOverflow(); in StructureWalk()
/external/v8/src/parsing/
Dparser.cc5213 isolate->StackOverflow(); in Internalize()