Lines Matching full:liveness
18 * Liveness analysis for Dalvik bytecode.
21 #include "analysis/Liveness.h"
58 * Compute the "liveness" of every register at all GC points.
71 ALOGI("Computing liveness for %s.%s:%s",
144 * Load work bits. These represent the liveness of registers
167 * At first glance it appears that we could share the liveness bit
227 * a reasonable order. We can't count on variable liveness
245 * liveness bit vector allocated. Also, we're not expecting non-GC
680 /* we will only see this if liveness analysis is done after general vfy */
798 * Dump the liveness bits to the log.