Home | History | Annotate | Download | only in runtime

Lines Matching refs:ExplicitStackOverflowChecks

222   if (Runtime::Current()->ExplicitStackOverflowChecks()) {
559 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsCompiler();
2274 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks();