Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Linux/
Dscariness_score_test.cc114 void StackOverflow(int Idx) { in StackOverflow() function
119 StackOverflow(Idx - 1); in StackOverflow()
154 case 18: StackOverflow(1000000); break; in main()
/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()
408 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
Druntime-internal.cc100 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
298 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
Druntime-strings.cc86 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc170 isolate->StackOverflow(); in CheckStackGuardState()
286 isolate->StackOverflow(); in Execute()
Djsregexp.cc556 isolate->StackOverflow(); in IrregexpExecRaw()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc185 if (!isolate_->has_pending_exception()) isolate_->StackOverflow(); in PrepareToCompileOnMainThread()
224 if (!isolate_->has_pending_exception()) isolate_->StackOverflow(); in FinalizeCompilingOnMainThread()
/external/v8/src/
Dexecution.cc71 isolate->StackOverflow(); in Invoke()
Dmessages.h515 T(StackOverflow, "Maximum call stack size exceeded") \
Djson-stringifier.cc245 isolate_->StackOverflow(); in StackPush()
Djson-parser.cc248 isolate_->StackOverflow(); in ParseJsonValue()
Dcompiler.cc445 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileUnoptimizedCode()
837 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in GetBaselineCode()
Disolate.h779 Object* StackOverflow();
Dbootstrapper.cc2718 isolate->StackOverflow(); in CompileNative()
4379 isolate->StackOverflow(); in Genesis()
4498 isolate->StackOverflow(); in Genesis()
Disolate.cc935 Object* Isolate::StackOverflow() { in StackOverflow() function in v8::internal::Isolate
Dobjects.cc1504 isolate->StackOverflow(); in GetPropertyWithDefinedGetter()
8200 isolate->StackOverflow(); in StructureWalk()
/external/v8/src/parsing/
Dparser.cc3747 isolate->StackOverflow(); in Internalize()