Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 29) sorted by relevance

12

/art/test/2255-checker-branch-redirection/
DAndroid.bp3 // 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/
Dinfo.txt6 false branch true branch
11 true branch
12 false branch
17 * Same value on each branch
/art/runtime/interpreter/mterp/arm64ng/
Dcontrol_flow.S22 %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/
Dinfo.txt1 Test for branch profiling.
/art/test/702-LargeBranchOffset/
Dinfo.txt1 Simple test to check if large branch offset works correctly.
/art/runtime/interpreter/mterp/armng/
Dcontrol_flow.S13 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/
Db_22080519.smali9 # Have a branch to reach both the aget-object and something else.
Db_22411633_4.smali7 # Do not merge into the backward branch target.
Db_22411633_5.smali7 # Do not merge into the backward branch target.
Db_22411633_1.smali20 # Another branch forward.
Db_23502994.smali21 monitor-exit v2 # Unlock the else branch
/art/tools/
DAndroid.bp55 // 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/
DREADME124 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/
Dcontrol_flow.S16 movswq 2(rPC), rINSTq # Get signed branch offset
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali167 # 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/
DDeadInstructions.smali22 # Create a label and a branch to that label to trick the
/art/runtime/interpreter/mterp/x86ng/
Dcontrol_flow.S16 movswl 2(rPC), rINST # Get signed branch offset
/art/artd/
DAndroid.bp90 // not available as a prebuilt on the thin master-art branch. Hence it won't
/art/compiler/utils/riscv64/
Dassembler_riscv64.cc7071 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 …]
Dassembler_riscv64.h241 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/
DTestCase.smali197 if-nez v0, :loop_end # will always take the branch
275 if-nez v0, :loop_end # will always take the branch
/art/compiler/optimizing/
Dload_store_elimination_test.cc1395 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/
DTestCase.smali59 # Will throw NullPointerException if this branch is taken.
/art/runtime/arch/x86/
Dmemcmp16_x86.S849 # reachable via a backward branch.
/art/
DTEST_MAPPING473 "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"

12