/art/test/072-reachability-fence/ |
D | expected.txt | 2 Reference 0 was live. 3 Reference 3 was live. 4 Reference 4 was live.
|
/art/test/466-get-live-vreg/ |
D | info.txt | 1 Tests for inspecting live DEX registers. The test must 2 also pass for non-debuggable, as we need to know live DEX registers
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 27 # block remains live. 72 # block remains live. 117 # Test that a catch block remains live and consistent if some of try blocks 167 # not replaced with the try entry from the live branch. 186 # Merge block. Make complex so it does not get merged with the live branch. 255 const v1, 0xb # live catch phi input 256 const v2, 0xc # live catch phi input 257 const v3, 0x10 # live catch phi input 260 const v1, 0xd # live catch phi input 261 const v2, 0xe # live catch phi input [all …]
|
/art/test/909-attach-agent/ |
D | info.txt | 1 Tests jvmti plugin attaching during live phase.
|
/art/test/562-checker-no-intermediate/ |
D | info.txt | 2 intermediate address live across a Java call.
|
/art/test/430-live-register-slow-path/ |
D | info.txt | 2 to miscompute the number of live registers at a safepoint.
|
/art/test/485-checker-dce-loop-update/ |
D | info.txt | 2 live blocks outside the loop they had been a member of.
|
/art/test/565-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 44 # In that block, v4 has no live range. 53 # a live interval is found while connecting siblings, but that 54 # live interval is inactive at the desired position.
|
/art/test/175-alloc-big-bignums/ |
D | info.txt | 6 will be live at any point. Basically all native memory deallocation is
|
/art/runtime/gc/accounting/ |
D | space_bitmap.cc | 172 Atomic<uintptr_t>* live = live_bitmap.bitmap_begin_; in SweepWalk() local 185 live[i].load(std::memory_order_relaxed) & ~mark[i].load(std::memory_order_relaxed); in SweepWalk() 195 live[i].load(std::memory_order_relaxed) & ~mark[i].load(std::memory_order_relaxed); in SweepWalk()
|
D | space_bitmap.h | 156 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
|
/art/test/901-hello-ti-agent/ |
D | expected.txt | 5 Agent in live phase.
|
/art/test/546-regression-simplify-catch/smali/ |
D | TestCase.smali | 81 # Test simplification of a live catch block with dead normal-predecessors and 98 # This verifies because only exceptional predecessors are live.
|
/art/test/800-smali/smali/ |
D | b_134061983_2.smali | 54 # * Covered by unresolved and resolved exception classes -> live.
|
/art/test/571-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 41 # In that block, v4 has no live range.
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 20 # be eliminated in normal mode but kept live in debuggable mode. Test that
|
/art/compiler/optimizing/ |
D | register_allocator_graph_color.cc | 1245 ScopedArenaVector<InterferenceNode*> live(allocator_->Adapter(kArenaAllocRegisterAllocator)); in BuildInterferenceGraph() local 1259 for (InterferenceNode* conflicting : live) { in BuildInterferenceGraph() 1268 DCHECK(std::find(live.begin(), live.end(), node) == live.end()); in BuildInterferenceGraph() 1269 live.push_back(node); in BuildInterferenceGraph() 1272 auto live_it = std::find(live.begin(), live.end(), node); in BuildInterferenceGraph() 1273 DCHECK(live_it != live.end()); in BuildInterferenceGraph() 1274 live.erase(live_it); in BuildInterferenceGraph() 1277 DCHECK(live.empty()); in BuildInterferenceGraph()
|
D | register_allocation_resolver.cc | 158 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve() local 159 for (uint32_t idx : live->Indexes()) { in Resolve() 171 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve() local 172 for (uint32_t idx : live->Indexes()) { in Resolve()
|
/art/test/503-dead-instructions/smali/ |
D | DeadInstructions.smali | 23 # optimizing compiler into thinking the invoke is live.
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | SsaBuilder.smali | 18 # Check that a dead phi with a live equivalent is replaced in an environment. The
|
/art/test/531-regression-debugphi/smali/ |
D | TestCase.smali | 78 # - PrimInt PhiB: set type to PrimNot, equivalent live and in worklist
|
/art/test/911-get-stack-trace/ |
D | expected-cts-version.txt | 156 ### Other thread (live) ### 463 ### Other thread (live) ###
|
D | expected.txt | 156 ### Other thread (live) ### 897 ### Other thread (live) ###
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 128 # Check that a dex register only used in the loop header remains live thanks
|
/art/test/ |
D | Android.bp | 570 "466-get-live-vreg/get_live_vreg_jni.cc",
|