Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dspace_bitmap.cc156 uword* live = live_bitmap.bitmap_begin_; in SweepWalk() local
159 uword garbage = live[i] & ~mark[i]; in SweepWalk()
Dspace_bitmap.h143 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
/art/compiler/optimizing/
Dregister_allocator.cc954 BitVector* live = liveness_.GetLiveInSet(*block); in Resolve() local
955 for (uint32_t idx : live->Indexes()) { in Resolve()
/art/compiler/dex/
Dlocal_value_numbering.cc509 bool live = live_in_v->IsBitSet(gvn_->GetMirGraph()->SRegToVReg(entry.first)); in CopyLiveSregValues() local
510 if (live) { in CopyLiveSregValues()