Home
last modified time | relevance | path

Searched refs:StackOverflow (Results 1 – 19 of 19) 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.cc36 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()
49 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()
62 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()
76 if (check.JsHasOverflowed(1 * KB)) return isolate->StackOverflow(); in RUNTIME_FUNCTION()
399 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
Druntime-wasm.cc206 if (check.JsHasOverflowed()) return isolate->StackOverflow(); in RUNTIME_FUNCTION()
Druntime-internal.cc88 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
274 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
Druntime-strings.cc127 return isolate->StackOverflow(); in RUNTIME_FUNCTION()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc339 if (!isolate_->has_pending_exception()) isolate_->StackOverflow(); in AnalyzeOnMainThread()
355 if (!isolate_->has_pending_exception()) isolate_->StackOverflow(); in PrepareToCompileOnMainThread()
400 if (!isolate_->has_pending_exception()) isolate_->StackOverflow(); in FinalizeCompilingOnMainThread()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc174 isolate->StackOverflow(); in CheckStackGuardState()
293 isolate->StackOverflow(); in Execute()
Djsregexp.cc556 isolate->StackOverflow(); in IrregexpExecRaw()
/external/v8/src/
Dprototype.h164 isolate_->StackOverflow(); in AdvanceFollowingProxiesIgnoringAccessChecks()
Dcompiler.cc572 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileUnoptimizedInnerFunctions()
601 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileUnoptimizedCode()
626 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in CompileUnoptimizedCode()
1034 if (!isolate->has_pending_exception()) isolate->StackOverflow(); in GetBaselineCode()
Dexecution.cc71 isolate->StackOverflow(); in Invoke()
Disolate.h783 Object* StackOverflow();
1658 isolate->StackOverflow(); \
Dmessages.h526 T(StackOverflow, "Maximum call stack size exceeded") \
Djson-parser.cc248 isolate_->StackOverflow(); in ParseJsonValue()
Djson-stringifier.cc245 isolate_->StackOverflow(); in StackPush()
Dbootstrapper.cc3059 isolate->StackOverflow(); in CompileNative()
4813 isolate->StackOverflow(); in Genesis()
4956 isolate->StackOverflow(); in Genesis()
Disolate.cc938 Object* Isolate::StackOverflow() { in StackOverflow() function in v8::internal::Isolate
Dobjects.cc1541 isolate->StackOverflow(); in GetPropertyWithDefinedGetter()
7811 isolate->StackOverflow(); in StructureWalk()
/external/v8/src/parsing/
Dparser.cc3404 isolate->StackOverflow(); in ReportErrors()