Home
last modified time | relevance | path

Searched refs:ProtectStack (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dcommon_throws.cc794 self->ProtectStack(); in ThrowStackOverflowError()
H A Dthread.cc741 if (ProtectStack(/* fatal_on_error= */ false)) { in InstallImplicitProtection()
813 ProtectStack(/* fatal_on_error= */ true); in InstallImplicitProtection()
4310 bool Thread::ProtectStack(bool fatal_on_error) { in ProtectStack() function in art::Thread
H A Dthread.h1236 bool ProtectStack(bool fatal_on_error = true);