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

/art/test/
H A DAndroid.libarttest.mk41 466-get-live-vreg/get_live_vreg_jni.cc \
/art/runtime/gc/accounting/
H A Dspace_bitmap.cc163 uintptr_t* live = live_bitmap.bitmap_begin_; local
166 uintptr_t garbage = live[i] & ~mark[i];
H A Dspace_bitmap.h51 // Initialize a space bitmap using the provided mem_map as the live bits. Takes ownership of the
124 // Visit the live objects in the range [visit_begin, visit_end).
144 static void SweepWalk(const SpaceBitmap& live, const SpaceBitmap& mark, uintptr_t base,
/art/compiler/optimizing/
H A Dregister_allocator.cc184 // intervals belonging to the live-in set of the catch/header block to be spilled.
281 // create live registers. We should find another place, but this is currently the
289 // We add a synthesized range at this position to record the live registers
293 // And knowing the full stack size requires to know the maximum number of live
496 // Allocate a bit vector per register. A live interval that has a register
497 // allocated will populate the associated bit vector based on its live ranges.
667 // Synthesized interval to record the maximum number of live registers
765 // The input must be live until the end of `defined_by`, to comply to
847 // If the register is only available for a subset of live ranges
1183 // interval to know all live register
1929 BitVector* live = liveness_.GetLiveInSet(*block); local
1942 BitVector* live = liveness_.GetLiveInSet(*block); local
[all...]

Completed in 74 milliseconds