Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc852 self->ProtectStack(); in ThrowStackOverflowError()
Dthread.cc728 if (ProtectStack(/* fatal_on_error= */ false)) { in InstallImplicitProtection()
797 ProtectStack(/* fatal_on_error= */ true); in InstallImplicitProtection()
4096 bool Thread::ProtectStack(bool fatal_on_error) { in ProtectStack() function in art::Thread
Dthread.h1176 bool ProtectStack(bool fatal_on_error = true);