Home
last modified time | relevance | path

Searched refs:Abort (Results 1 – 18 of 18) sorted by relevance

/art/runtime/
Druntime_test.cc39 Runtime::Abort("Attempt to abort"); in TEST_F()
53 Runtime::Abort("Attempt to abort"); in TEST_F()
Dparsed_options.h75 void Abort();
Dtrace.h163 static void Abort()
Dtransaction.h51 void Abort(const std::string& abort_message)
Druntime_options.def153 // Runtime::Abort.
Dcommon_runtime_test.cc476 art::InitLogging(argv, art::Runtime::Abort); in main()
Dtransaction.cc76 void Transaction::Abort(const std::string& abort_message) { in Abort() function in art::Transaction
Dparsed_options.cc654 void ParsedOptions::Abort() { in Abort() function in art::ParsedOptions
Druntime.h235 NO_RETURN static void Abort(const char* msg) REQUIRES(!Locks::abort_lock_);
Dtrace.cc515 void Trace::Abort() { in Abort() function in art::Trace
/art/dexlayout/
Ddexlayout_main.cc69 NO_RETURN static void Abort(const char* msg) { in Abort() function
79 InitLogging(argv, Abort); in DexlayoutDriver()
Ddexdiag.cc453 NO_RETURN static void Abort(const char* msg) { in Abort() function
483 InitLogging(argv, Abort); in DexDiagMain()
/art/cmdline/
Dcmdline.h335 InitLogging(argv, Runtime::Abort); in Main()
Dcmdline_parser_test.cc137 art::InitLogging(nullptr, art::Runtime::Abort); // argv = null in SetUpTestCase()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc168 InitLogging(argv, Runtime::Abort); in ParseArgs()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc338 Trace::Abort(); in ZygoteHooks_nativePostForkChild()
/art/profman/
Dprofman.cc187 NO_RETURN static void Abort(const char* msg) { in Abort() function
246 InitLogging(argv, Abort); in ParseArgs()
/art/dex2oat/
Ddex2oat.cc1101 InitLogging(argv, Runtime::Abort); in ParseArgs()