Home
last modified time | relevance | path

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

12

/art/test/072-reachability-fence/
Dexpected.txt2 Reference 0 was live.
3 Reference 3 was live.
4 Reference 4 was live.
/art/test/466-get-live-vreg/
Dinfo.txt1 Tests for inspecting live DEX registers. The test must
2 also pass for non-debuggable, as we need to know live DEX registers
DAndroid.bp3 name: "art-run-test-466-get-live-vreg",
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali27 # 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/
Dinfo.txt1 Tests jvmti plugin attaching during live phase.
/art/test/562-checker-no-intermediate/
Dinfo.txt2 intermediate address live across a Java call.
/art/test/430-live-register-slow-path/
Dinfo.txt2 to miscompute the number of live registers at a safepoint.
DAndroid.bp3 name: "art-run-test-430-live-register-slow-path",
/art/test/485-checker-dce-loop-update/
Dinfo.txt2 live blocks outside the loop they had been a member of.
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali44 # 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/runtime/gc/accounting/
Dspace_bitmap.cc172 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()
Dspace_bitmap.h156 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
/art/test/175-alloc-big-bignums/
Dinfo.txt6 will be live at any point. Basically all native memory deallocation is
/art/test/901-hello-ti-agent/
Dexpected.txt5 Agent in live phase.
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali81 # 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/
Db_134061983_2.smali54 # * Covered by unresolved and resolved exception classes -> live.
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali41 # In that block, v4 has no live range.
/art/test/537-checker-debuggable/smali/
DTestCase.smali20 # be eliminated in normal mode but kept live in debuggable mode. Test that
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1245 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()
Dregister_allocation_resolver.cc158 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/
DDeadInstructions.smali23 # optimizing compiler into thinking the invoke is live.
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali18 # Check that a dead phi with a live equivalent is replaced in an environment. The
/art/test/531-regression-debugphi/smali/
DTestCase.smali78 # - PrimInt PhiB: set type to PrimNot, equivalent live and in worklist
/art/test/911-get-stack-trace/
Dexpected-cts-version.txt156 ### Other thread (live) ###
463 ### Other thread (live) ###
/art/test/utils/
Dregen-test-files163 art-run-test-466-get-live-vreg

12