Searched refs:UnprotectStack (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.h1192 bool UnprotectStack();
H A Dthread.cc563 // The failed mprotect in UnprotectStack is an indication of a thread with VM_GROWSDOWN
577 UnprotectStack();
3852 if (!UnprotectStack()) {
3897 bool Thread::UnprotectStack() { function in class:Thread

Completed in 191 milliseconds