Home
last modified time | relevance | path

Searched refs:fatal_on_error (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.h1236 bool ProtectStack(bool fatal_on_error = true);
Dthread.cc4310 bool Thread::ProtectStack(bool fatal_on_error) { in ProtectStack() argument
4314 if (fatal_on_error) { in ProtectStack()