Home
last modified time | relevance | path

Searched refs:implicit_stack_check (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc720 bool implicit_stack_check = Runtime::Current()->GetImplicitStackOverflowChecks(); in ThrowStackOverflowError() local
721 if (implicit_stack_check) { in ThrowStackOverflowError()
817 if (implicit_stack_check) { in ThrowStackOverflowError()
H A Dthread.cc1411 bool implicit_stack_check = in InitStack() local
1417 if (implicit_stack_check) { in InitStack()