Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 20 of 20) sorted by relevance

/art/test/471-deopt-environment/
Dinfo.txt2 uses to generate a HDeoptimization instruction with an
3 HEnvironment that does not have the uses lists updated.
/art/compiler/optimizing/
Dinstruction_simplifier_arm64.cc160 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()
Dprepare_for_register_allocation.cc88 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck() local
89 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in VisitClinitCheck()
Dreference_type_propagation.cc269 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()
Dbounds_check_elimination.cc1645 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/
Dinfo.txt1 Test a bunch of uses of annotations.
/art/test/482-checker-loop-back-edge-use/
Dinfo.txt1 Tests the register allocator's optimization of adding synthesized uses
/art/test/552-checker-primitive-typeprop/
Dinfo.txt1 Test that phis with environment uses which can be properly typed are kept
/art/test/535-deopt-and-inlining/
Dinfo.txt2 stack visitor uses the right ArtMethod when deopting.
/art/test/537-checker-debuggable/smali/
DTestCase.smali19 # 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/
Dlibcore_failures_concurrent_collector.txt6 * script that uses this file is art/tools/run-libcore-tests.sh.
Dart15 # This script is used on host and device. It uses a common subset
Dlibcore_failures.txt4 * libcore expectation files get properly updated. The script that uses this file
/art/test/520-equivalent-phi/smali/
DEquivalent.smali28 # based on uses, but a move-object disappears after SSA, leaving
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali169 # 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
DSsaBuilder.smali19 # following test case throws an exception and uses v0 afterwards. However, v0
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali37 # The else part: a block uses the ArtMethod and branches to
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali204 # 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/
DREADME.txt188 uses a computed-goto mechanism, in which the handler entrypoints are
/art/cmdline/
DREADME.md130 In general, it uses the position of the argument alias to map into the WithValues position value.