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

/art/runtime/
H A Dcommon_throws.cc853 self->ProtectStack();
H A Dthread.h1191 bool ProtectStack(bool fatal_on_error = true);
H A Dthread.cc548 if (ProtectStack(/* fatal_on_error */ false)) {
615 ProtectStack(/* fatal_on_error */ true);
3883 bool Thread::ProtectStack(bool fatal_on_error) { function in class:Thread

Completed in 2579 milliseconds