/art/test/663-checker-select-generator/ |
D | info.txt | 7 false branch true branch 12 true branch 13 false branch
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | control_flow.S | 22 %def zcmp(compare="1", branch=""): 35 ${branch} 1f 85 % zcmp(compare="0", branch="cbz w2,") 91 % zcmp(compare="0", branch="tbz w2, #31,") 97 % zcmp(branch="b.gt") 103 % zcmp(branch="b.le") 109 % zcmp(compare="0", branch="tbnz w2, #31,") 115 % zcmp(compare="0", branch="cbnz w2,")
|
/art/runtime/interpreter/mterp/arm64/ |
D | control_flow.S | 22 %def zcmp(compare="1", branch=""): 36 ${branch} MterpCommonTakenBranchNoFlags 87 % zcmp(compare="0", branch="cbz w2,") 93 % zcmp(compare="0", branch="tbz w2, #31,") 99 % zcmp(branch="b.gt") 105 % zcmp(branch="b.le") 111 % zcmp(compare="0", branch="tbnz w2, #31,") 117 % zcmp(compare="0", branch="cbnz w2,")
|
/art/test/702-LargeBranchOffset/ |
D | info.txt | 1 Simple test to check if large branch offset works correctly.
|
/art/runtime/interpreter/mterp/armng/ |
D | control_flow.S | 13 FETCH_S rINST, 1 @ rINST<- branch offset, in code units 33 FETCH_S rINST, 1 @ rINST<- branch offset, in code units 134 bl $func @ r0<- code-unit branch offset
|
/art/runtime/interpreter/mterp/arm/ |
D | control_flow.S | 13 FETCH_S rINST, 1 @ rINST<- branch offset, in code units 32 FETCH_S rINST, 1 @ rINST<- branch offset, in code units 134 bl $func @ r0<- code-unit branch offset
|
/art/test/800-smali/smali/ |
D | b_22080519.smali | 9 # Have a branch to reach both the aget-object and something else.
|
D | b_22411633_4.smali | 7 # Do not merge into the backward branch target.
|
D | b_22411633_5.smali | 7 # Do not merge into the backward branch target.
|
D | b_22411633_1.smali | 20 # Another branch forward.
|
D | b_23502994.smali | 21 monitor-exit v2 # Unlock the else branch
|
/art/tools/ |
D | Android.bp | 69 // be different depending on branch, and it's always present anyway, 97 // be different depending on branch, and it's always present anyway,
|
/art/tools/checker/ |
D | README | 124 Notice the CHECK-NEXT statement within the IF branch. When a CHECK-NEXT is encountered, 128 Statements inside branches can define new variables. If a new variable gets defined inside a branch 143 Notice that the variable MyID remained valid outside the branch where it was defined. 144 Furthermore, in this example, the definition of MyID depends on which branch gets selected at
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | control_flow.S | 16 movswq 2(rPC), rINSTq # Get signed branch offset
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 167 # not replaced with the try entry from the live branch. 177 # Dead branch 182 # Live branch 186 # Merge block. Make complex so it does not get merged with the live branch.
|
/art/build/ |
D | README.md | 43 For Google internal builds on the internal master-art branch, specify 122 2. Wait for a new build on branch `aosp-master-art`, target `aosp_art_module`.
|
/art/test/503-dead-instructions/smali/ |
D | DeadInstructions.smali | 22 # Create a label and a branch to that label to trick the
|
/art/runtime/interpreter/mterp/x86_64/ |
D | control_flow.S | 16 movswq 2(rPC), rINSTq # Get signed branch offset
|
/art/runtime/interpreter/mterp/x86/ |
D | control_flow.S | 16 movswl 2(rPC), rINST # Get signed branch offset
|
/art/test/485-checker-dce-loop-update/smali/ |
D | TestCase.smali | 197 if-nez v0, :loop_end # will always take the branch 275 if-nez v0, :loop_end # will always take the branch
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 59 # Will throw NullPointerException if this branch is taken.
|
/art/test/626-checker-arm64-scratch-register/smali/ |
D | Main2.smali | 260 # // "else" branch of the following condition generated by ART's
|
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1536 HInstruction* branch = new (GetAllocator()) HIf(param); in TEST_F() local 1538 start->AddInstruction(branch); in TEST_F() 1631 HInstruction* branch = new (GetAllocator()) HIf(param); in TEST_F() local 1633 start->AddInstruction(branch); in TEST_F()
|
D | code_generator_x86_64.cc | 1868 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom() argument 1873 cond->GetNext() == branch && in AreEflagsSetFrom()
|
D | code_generator_x86.cc | 1870 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom() argument 1875 cond->GetNext() == branch && in AreEflagsSetFrom()
|