/art/test/471-deopt-environment/ |
D | info.txt | 2 uses to generate a HDeoptimization instruction with an 3 HEnvironment that does not have the uses lists updated.
|
/art/compiler/optimizing/ |
D | instruction_simplifier_arm64.cc | 111 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local 114 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() 125 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
|
D | instruction_simplifier_arm.cc | 114 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local 117 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() 128 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
|
D | prepare_for_register_allocation.cc | 110 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck() local 111 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in VisitClinitCheck()
|
D | reference_type_propagation.cc | 219 const HUseList<HInstruction*>& uses = receiver->GetUses(); in BoundTypeIn() local 220 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in BoundTypeIn()
|
D | loop_optimization.cc | 1381 const HUseList<HInstruction*>& uses = instruction->GetUses(); in TryReplaceWithLastValue() local 1382 for (auto it = uses.begin(), end = uses.end(); it != end;) { in TryReplaceWithLastValue()
|
D | bounds_check_elimination.cc | 1746 const HUseList<HInstruction*>& uses = instruction->GetUses(); in InsertPhiNodes() local 1747 for (auto it2 = uses.begin(), end2 = uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes()
|
D | nodes.cc | 1094 const HUseList<HInstruction*>& uses = GetUses(); in ReplaceUsesDominatedBy() local 1095 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ReplaceUsesDominatedBy()
|
/art/test/005-annotations/ |
D | info.txt | 1 Test a bunch of uses of annotations.
|
/art/test/482-checker-loop-back-edge-use/ |
D | info.txt | 1 Tests the register allocator's optimization of adding synthesized uses
|
/art/test/552-checker-primitive-typeprop/ |
D | info.txt | 1 Test that phis with environment uses which can be properly typed are kept
|
/art/test/535-deopt-and-inlining/ |
D | info.txt | 2 stack visitor uses the right ArtMethod when deopting.
|
/art/test/656-loop-deopt/ |
D | info.txt | 2 remove environment uses of HDeoptimize instructions.
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 19 # The phi in this method has no actual uses but one environment use. It will 36 # v0 = Phi [p1, p2] with no uses
|
/art/test/ |
D | valgrind-target-suppressions.txt | 33 # Clang/LLVM uses memcpy for *x = *y, even though x == y (which is undefined behavior). Ignore. 62 # art::MemMap::MapInternal() uses msync() to check for the existence of memory mappings.
|
/art/test/520-equivalent-phi/smali/ |
D | Equivalent.smali | 28 # based on uses, but a move-object disappears after SSA, leaving
|
/art/tools/ |
D | art | 15 # This script is used on host and device. It uses a common subset 251 # Append arguments so next invocation of run_art uses the profile. 256 # This is for run-jdwp-test.sh which uses this script and has arguments with
|
D | libcore_failures.txt | 4 * libcore expectation files get properly updated. The script that uses this file
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | ArrayGet.smali | 169 # case uses ArrayGet indirectly through two phis. It also creates an unused 201 # Create env uses. 208 # case uses ArrayGet as float through one phi and as an indeterminate type through
|
D | SsaBuilder.smali | 19 # following test case throws an exception and uses v0 afterwards. However, v0
|
/art/test/564-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 36 # The else part: a block uses the ArtMethod and branches to
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 204 # Test that DCE removes catch phi uses of instructions defined in dead try blocks. 277 # Test that DCE does not remove catch phi uses of instructions defined outside
|
/art/tools/jfuzz/ |
D | README.md | 34 The current version of JFuzz sends all output to stdout, and uses
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 188 uses a computed-goto mechanism, in which the handler entrypoints are
|
/art/cmdline/ |
D | README.md | 130 In general, it uses the position of the argument alias to map into the WithValues position value.
|