Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 25 of 47) sorted by relevance

12

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc119 HBasicBlock* exit = new (&allocator) HBasicBlock(graph); in TEST() local
120 graph->AddBlock(exit); in TEST()
121 block2->AddSuccessor(exit); in TEST()
122 block4->AddSuccessor(exit); in TEST()
123 block5->AddSuccessor(exit); in TEST()
124 exit->AddInstruction(new (&allocator) HExit()); in TEST()
197 HBasicBlock* exit = new (&allocator) HBasicBlock(graph); in TEST() local
198 graph->AddBlock(exit); in TEST()
199 exit->AddInstruction(new (&allocator) HExit()); in TEST()
200 block1->AddSuccessor(exit); // true successor in TEST()
[all …]
Dgvn_test.cc154 HBasicBlock* exit = new (&allocator) HBasicBlock(graph); in TEST() local
158 graph->AddBlock(exit); in TEST()
161 loop_header->AddSuccessor(exit); in TEST()
181 exit->AddInstruction( in TEST()
184 HInstruction* field_get_in_exit = exit->GetLastInstruction(); in TEST()
185 exit->AddInstruction(new (&allocator) HExit()); in TEST()
189 ASSERT_EQ(field_get_in_exit->GetBlock(), exit); in TEST()
Dcodegen_test.cc544 HBasicBlock* exit = new (&allocator) HBasicBlock(graph); in TEST() local
548 graph->AddBlock(exit); in TEST()
551 then->AddSuccessor(exit); in TEST()
552 else_->AddSuccessor(exit); in TEST()
554 exit->AddInstruction(new (&allocator) HExit()); in TEST()
/art/test/800-smali/smali/
Db_17978759.smali17 monitor-exit v0
18 # monitor-exit on v0, however, verifier doesn't track this and so this is
25 monitor-exit v0
DFloatBadArgReg.smali10 :exit
15 goto :exit
Db_21873167.smali14 monitor-exit p0
/art/runtime/arch/x86/
Dmemcmp16_x86.S126 jnz L(exit)
166 jnz L(exit)
173 jnz L(exit)
203 jnz L(exit)
248 jnz L(exit)
255 jnz L(exit)
286 jnz L(exit)
331 jnz L(exit)
338 jnz L(exit)
369 jnz L(exit)
[all …]
/art/test/114-ParallelGC/src/
DMain.java88 System.exit(1); in run()
132 System.exit(1); in work()
/art/test/089-many-methods/
Dexpected.txt6 build exit status: 2
/art/test/101-fibonacci/src/
DMain.java55 System.exit(1); in main()
/art/test/004-UnsafeTest/src/
DMain.java28 System.exit(1); in check()
35 System.exit(1); in check()
/art/tools/
Danalyze-init-failures.py34 sys.exit(1)
153 sys.exit(0)
Dgenerate-operator-out.py36 sys.exit(1)
204 sys.exit(0)
Dart67 exit 1
116 exit $EXIT_STATUS
Dstream-trace-converter.py183 sys.exit(0)
/art/test/030-bad-finalizer/src/
DMain.java34 System.exit(0); in main()
/art/test/059-finalizer-throw/src/
DMain.java41 System.exit(1); in main()
/art/test/104-growth-limit/src/
DMain.java57 System.exit(1); in main()
/art/test/033-class-init-deadlock/src/
DMain.java45 System.exit(0); in main()
/art/tools/dexfuzz/src/dexfuzz/
DLog.java76 System.exit(1); in errorAndQuit()
/art/test/030-bad-finalizer/
Dinfo.txt14 Calling exit(2)
/art/runtime/native/
Djava_lang_Runtime.cc52 exit(status); in Runtime_nativeExit()
/art/runtime/
Ddex_instruction-inl.h85 exit(EXIT_FAILURE); in VRegA()
264 exit(EXIT_FAILURE); in VRegB()
395 exit(EXIT_FAILURE); in VRegC()
/art/test/105-invoke/src/
DMain.java98 System.exit(failure ? 1 : 0); in main()
/art/test/106-exceptions2/src/
DMain.java233 System.exit(failure ? 1 : 0); in main()

12