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

/art/runtime/
H A Dcommon_throws.cc764 // We don't fail here because SetStackEndForStackOverflow will print better diagnostics.
767 self->SetStackEndForStackOverflow(); // Allow space on the stack for constructor to execute.
H A Dthread.h834 void SetStackEndForStackOverflow() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthread.cc3837 void Thread::SetStackEndForStackOverflow() { function in class:Thread

Completed in 730 milliseconds