Home
last modified time | relevance | path

Searched refs:Exit (Results 1 – 12 of 12) 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.h74 void Exit(int status);
Dparsed_options.cc518 Exit(0); in DoParse()
524 Exit(0); in DoParse()
542 Exit(0); in DoParse()
550 Exit(0); in DoParse()
650 void ParsedOptions::Exit(int status) { in Exit() function in art::ParsedOptions
819 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/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/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/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/openjdkjvmti/
Ddeopt_manager.cc355 critical_section_.Exit(uninterruptible_cause_); in RELEASE()
/art/compiler/optimizing/
Dnodes.h1390 M(Exit, Instruction) \
2875 DECLARE_INSTRUCTION(Exit);
2878 DEFAULT_COPY_CONSTRUCTOR(Exit);