Home
last modified time | relevance | path

Searched refs:FastExit (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dfast_exit.h44 NO_RETURN inline void FastExit(int exit_code) { in FastExit() function
/art/dalvikvm/
Ddalvikvm.cc220 art::FastExit(art::dalvikvm(argc, argv)); in main()
/art/runtime/
Druntime_options.def165 // Use `art::FastExit` instead of `exit` so that we won't get DCHECK failures
168 HookExit, art::FastExit)
/art/openjdkjvm/
DOpenjdkJvm.cc347 art::FastExit(status); in JVM_Exit()
/art/perfetto_hprof/
Dperfetto_hprof.cc1016 art::FastExit(0); in ForkAndRun()
/art/dex2oat/
Ddex2oat.cc3204 art::FastExit(result); in main()