Searched refs:uses (Results 1 – 20 of 20) sorted by relevance
/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 | 160 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local 163 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand() 174 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
|
D | prepare_for_register_allocation.cc | 88 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck() local 89 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in VisitClinitCheck()
|
D | reference_type_propagation.cc | 269 const HUseList<HInstruction*>& uses = obj->GetUses(); in BoundTypeForIfNotNull() local 270 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in BoundTypeForIfNotNull() 409 const HUseList<HInstruction*>& uses = obj->GetUses(); in BoundTypeForIfInstanceOf() local 410 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in BoundTypeForIfInstanceOf()
|
D | bounds_check_elimination.cc | 1645 const HUseList<HInstruction*>& uses = instruction->GetUses(); in InsertPhiNodes() local 1646 for (auto it2 = uses.begin(), end2 = uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes()
|
/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/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/tools/ |
D | libcore_failures_concurrent_collector.txt | 6 * script that uses this file is art/tools/run-libcore-tests.sh.
|
D | art | 15 # This script is used on host and device. It uses a common subset
|
D | libcore_failures.txt | 4 * libcore expectation files get properly updated. The script that uses this file
|
/art/test/520-equivalent-phi/smali/ |
D | Equivalent.smali | 28 # based on uses, but a move-object disappears after SSA, leaving
|
/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 | 37 # 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/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.
|