Home
last modified time | relevance | path

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

/art/test/478-checker-inliner-nested-loop/
Dinfo.txt1 Tests inlining into a nested loop. SSAChecker should verify that
2 loop information was updated correctly.
/art/test/485-checker-dce-loop-update/
Dinfo.txt1 Tests loop information update after DCE because block removal can disconnect loops, leaving other
2 live blocks outside the loop they had been a member of.
/art/test/109-suspend-check/src/
DMain.java39 for (SimpleLoopThread loop : simpleLoops) { in main()
40 loop.start(); in main()
48 for (SimpleLoopThread loop : simpleLoops) { in main()
49 loop.stopNow(); in main()
/art/test/090-loop-formation/
Dinfo.txt1 Test loop formation heuristics and code generation. Basically the problem to
3 in the loop region, and the JIT compiler won't choke on unresolved fields.
/art/test/800-smali/smali/
Db_17790197.smali10 :loop
13 goto :loop
Db_22881413.smali73 # 1) Use a while, so that the end of the loop is a goto. That way, the merging of outer-loop
/art/test/445-checker-licm/
Dinfo.txt1 Checker test for testing loop invariant code motion.
/art/test/509-pre-header/smali/
DPreHeader.smali21 # edge and not preserving the invariant that the pre header of a loop
22 # is the first predecessor of the loop header.
/art/test/509-pre-header/
Dinfo.txt2 The invariant that the pre header of a loop header is the
/art/test/109-suspend-check/
Dinfo.txt2 to a safepoint. This tests the ability of the VM to do this for a tight loop.
/art/test/083-compiler-regressions/
Dinfo.txt11 5884080 ICS JIT regression in nested loop formation
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali178 # Additional logic which will end up outside the loop
212 # ### Inner loop ###
235 # ### Inner loop ###
257 # Inner loop which will end up outside its parent
/art/test/435-try-finally-without-catch/
Dinfo.txt3 enclosed in a loop.
/art/compiler/dex/quick/arm64/
Dint_arm64.cc802 LIR* loop = NewLIR0(kPseudoTargetLabel); in GenInlinedCas() local
810 OpCondBranch(kCondNe, loop); in GenInlinedCas()
/art/compiler/dex/
Dglobal_value_numbering_test.cc1639 const LocalValueNumbering* loop = gvn_->GetLvn(4); in TEST_F() local
1640 EXPECT_EQ(value_names_[2], loop->GetStartingVregValueNumber(0)); in TEST_F()