Home
last modified time | relevance | path

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

/art/runtime/gc/
Dscoped_gc_critical_section.cc39 void GCCriticalSection::Exit(const char* old_cause) { in Exit() function in art::gc::GCCriticalSection
58 critical_section_.Exit(old_no_suspend_reason_); in ~ScopedGCCriticalSection()
Dscoped_gc_critical_section.h41 void Exit(const char* old_reason) RELEASE(Roles::uninterruptible_);
/art/runtime/
Dparsed_options.h75 void Exit(int status);
Dparsed_options.cc585 Exit(0); in DoParse()
591 Exit(0); in DoParse()
609 Exit(0); in DoParse()
617 Exit(0); in DoParse()
712 void ParsedOptions::Exit(int status) { in Exit() function in art::ParsedOptions
751 Exit((error) ? 1 : 0); in Usage()
/art/test/1953-pop-frame/
Dexpected.txt19 Test stopped during Method Exit of doNothing
25 Test stopped during Method Exit of calledFunction
31 Test stopped during Method Exit due to exception thrown in same function
34 Test stopped during Method Exit due to exception thrown in subroutine
/art/test/1954-pop-frame-jit/
Dexpected.txt19 Test stopped during Method Exit of doNothing
25 Test stopped during Method Exit of calledFunction
31 Test stopped during Method Exit due to exception thrown in same function
34 Test stopped during Method Exit due to exception thrown in subroutine
/art/test/1955-pop-frame-jit-called/
Dexpected.txt19 Test stopped during Method Exit of doNothing
25 Test stopped during Method Exit of calledFunction
31 Test stopped during Method Exit due to exception thrown in same function
34 Test stopped during Method Exit due to exception thrown in subroutine
/art/test/1956-pop-frame-jit-calling/
Dexpected.txt19 Test stopped during Method Exit of doNothing
25 Test stopped during Method Exit of calledFunction
31 Test stopped during Method Exit due to exception thrown in same function
34 Test stopped during Method Exit due to exception thrown in subroutine
/art/test/004-ThreadStress/src-art/
DMain.java196 private final static class Exit extends Operation { class in Main
336 frequencyMap.put(new Exit(), 0.225); // 45/200 in createDefaultFrequencyMap()
401 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.
/art/test/1970-force-early-return-long/
Dexpected.txt37 Test stopped during Method Exit of calledFunction
49 Test stopped during Method Exit due to exception thrown in same function
61 Test stopped during Method Exit due to exception thrown in subroutine
/art/test/1969-force-early-return-void/
Dexpected.txt37 Test stopped during Method Exit of calledFunction
49 Test stopped during Method Exit due to exception thrown in same function
61 Test stopped during Method Exit due to exception thrown in subroutine
/art/test/1968-force-early-return/
Dexpected.txt37 Test stopped during Method Exit of calledFunction
49 Test stopped during Method Exit due to exception thrown in same function
61 Test stopped during Method Exit due to exception thrown in subroutine
/art/openjdkjvmti/
Ddeopt_manager.cc355 critical_section_.Exit(uninterruptible_cause_); in RELEASE()
/art/compiler/optimizing/
Dnodes.h1463 M(Exit, Instruction) \
2947 DECLARE_INSTRUCTION(Exit);
2950 DEFAULT_COPY_CONSTRUCTOR(Exit);