/art/test/2255-checker-branch-redirection/ |
D | Android.bp | 3 // Build rules for ART run-test `2255-checker-branch-redirection`. 16 name: "art-run-test-2255-checker-branch-redirection", 21 ":art-run-test-2255-checker-branch-redirection-expected-stdout", 22 ":art-run-test-2255-checker-branch-redirection-expected-stderr", 31 name: "art-run-test-2255-checker-branch-redirection-expected-stdout", 32 out: ["art-run-test-2255-checker-branch-redirection-expected-stdout.txt"], 39 name: "art-run-test-2255-checker-branch-redirection-expected-stderr", 40 out: ["art-run-test-2255-checker-branch-redirection-expected-stderr.txt"],
|
/art/test/663-checker-select-generator/ |
D | info.txt | 6 false branch true branch 11 true branch 12 false branch 17 * Same value on each 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/test/850-checker-branches/ |
D | info.txt | 1 Test for branch profiling.
|
/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/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 | 55 // be different depending on branch, and it's always present anyway, 83 // 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/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/x86ng/ |
D | control_flow.S | 16 movswl 2(rPC), rINST # Get signed branch offset
|
/art/artd/ |
D | Android.bp | 90 // not available as a prebuilt on the thin master-art branch. Hence it won't
|
/art/compiler/utils/riscv64/ |
D | assembler_riscv64.cc | 7071 void Riscv64Assembler::EmitBranch(Riscv64Assembler::Branch* branch) { in EmitBranch() argument 7073 overwrite_location_ = branch->GetLocation(); in EmitBranch() 7074 const int32_t offset = branch->GetOffset(); in EmitBranch() 7075 BranchCondition condition = branch->GetCondition(); in EmitBranch() 7076 XRegister lhs = branch->GetLeftRegister(); in EmitBranch() 7077 XRegister rhs = branch->GetRightRegister(); in EmitBranch() 7082 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 7088 switch (branch->GetType()) { in EmitBranch() 7093 CHECK_EQ(overwrite_location_, branch->GetOffsetLocation()); in EmitBranch() 7094 DCHECK(branch->IsCompressableCondition()); in EmitBranch() [all …]
|
D | assembler_riscv64.h | 241 for (auto& branch : branches_) { in ~Riscv64Assembler() 242 CHECK(branch.IsResolved()); in ~Riscv64Assembler() 2117 void EmitBranch(Branch* branch);
|
/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/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1395 HInstruction* branch = new (GetAllocator()) HIf(param); in TEST_F() local 1397 start->AddInstruction(branch); in TEST_F() 1490 HInstruction* branch = new (GetAllocator()) HIf(param); in TEST_F() local 1492 start->AddInstruction(branch); in TEST_F()
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 59 # Will throw NullPointerException if this branch is taken.
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 849 # reachable via a backward branch.
|
/art/ |
D | TEST_MAPPING | 473 "name": "art-run-test-2255-checker-branch-redirection" 1901 "name": "art-run-test-2255-checker-branch-redirection[com.google.android.art.apex]" 3347 "name": "art-run-test-2255-checker-branch-redirection" 4783 "name": "art-run-test-2255-checker-branch-redirection"
|