Searched refs:live (Results 1 – 10 of 10) sorted by relevance
1 Tests for inspecting live DEX registers. The test must2 also pass for non-debuggable, as we need to know live DEX registers
2 to miscompute the number of live registers at a safepoint.
2 live blocks outside the loop they had been a member of.
38 466-get-live-vreg/get_live_vreg_jni.cc
373 466-get-live-vreg \
163 uintptr_t* live = live_bitmap.bitmap_begin_; in SweepWalk() local166 uintptr_t garbage = live[i] & ~mark[i]; in SweepWalk()
143 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
23 # optimizing compiler into thinking the invoke is live.
1746 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve() local1747 for (uint32_t idx : live->Indexes()) { in Resolve()
531 bool live = live_in_v->IsBitSet(gvn_->GetMirGraph()->SRegToVReg(entry.first)); in CopyLiveSregValues() local532 if (live) { in CopyLiveSregValues()