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

/dalvik/vm/alloc/
H A DHeapBitmap.cpp186 unsigned long *live = liveHb->bits; local
189 unsigned long garbage = live[i] & ~mark[i];
/dalvik/libdex/
H A DDexDebugInfo.cpp117 bool live; member in struct:LocalInfo
123 if (localCb != NULL && localInReg[reg].live) {
170 localInReg[argReg].live = true;
207 localInReg[reg].live = true;
248 localInReg[reg].live = true;
259 localInReg[reg].live = false;
276 * If the register is live, the "restart" is superfluous,
279 if (!localInReg[reg].live) {
281 localInReg[reg].live = true;
/dalvik/vm/compiler/codegen/mips/
H A DMipsLIR.h136 bool live; // Is there an associated SSA name? member in struct:RegisterInfo
137 bool dirty; // If live, is it dirty?
138 int sReg; // Name of live value
/dalvik/vm/compiler/codegen/arm/
H A DArmLIR.h107 bool live; // Is there an associated SSA name? member in struct:RegisterInfo
108 bool dirty; // If live, is it dirty?
109 int sReg; // Name of live value

Completed in 10 milliseconds