Home
last modified time | relevance | path

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

/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
/art/test/430-live-register-slow-path/
Dinfo.txt2 to miscompute the number of live registers at a safepoint.
/art/test/485-checker-dce-loop-update/
Dinfo.txt2 live blocks outside the loop they had been a member of.
/art/test/
DAndroid.libarttest.mk38 466-get-live-vreg/get_live_vreg_jni.cc
DAndroid.run-test.mk373 466-get-live-vreg \
/art/runtime/gc/accounting/
Dspace_bitmap.cc163 uintptr_t* live = live_bitmap.bitmap_begin_; in SweepWalk() local
166 uintptr_t garbage = live[i] & ~mark[i]; in SweepWalk()
Dspace_bitmap.h143 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali23 # optimizing compiler into thinking the invoke is live.
/art/compiler/optimizing/
Dregister_allocator.cc1746 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve() local
1747 for (uint32_t idx : live->Indexes()) { in Resolve()
/art/compiler/dex/
Dlocal_value_numbering.cc531 bool live = live_in_v->IsBitSet(gvn_->GetMirGraph()->SRegToVReg(entry.first)); in CopyLiveSregValues() local
532 if (live) { in CopyLiveSregValues()