Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:Fatal

617 // during development when fatal aborts lead to a cascade of failures
630 Fatal(message); \
683 static void Fatal(const std::string& message) {
699 Fatal(StringPrintf("dex2oat did not finish after %d seconds", kWatchDogTimeoutSeconds));
703 Fatal(message.c_str());