Home
last modified time | relevance | path

Searched refs:Exit (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dparsed_options.h73 void Exit(int status);
Dparsed_options.cc492 Exit(0); in DoParse()
498 Exit(0); in DoParse()
516 Exit(0); in DoParse()
523 Exit(0); in DoParse()
642 void ParsedOptions::Exit(int status) { in Exit() function in art::ParsedOptions
811 Exit((error) ? 1 : 0); in Usage()
/art/test/004-ThreadStress/src-art/
DMain.java194 private final static class Exit extends Operation { class in Main
324 frequencyMap.put(new Exit(), 0.225); // 45/200 in createDefaultFrequencyMap()
385 op = new Exit(); in updateFrequencyMap()
/art/test/510-checker-try-catch/smali/
DBuilder.smali737 ## CHECK: Exit
852 ## CHECK: Exit
948 ## CHECK: Exit
994 ## CHECK: Exit
1057 ## CHECK: Exit
1132 ## CHECK: Exit
1309 # the try block so as to not split the ReturnVoid-Exit edge.
1323 # try block so as to not split the Return-Exit edge.