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

/dalvik/libdex/
H A DDexDebugInfo.cpp65 bool live; member in struct:LocalInfo
71 if (localCb != NULL && localInReg[reg].live) {
117 localInReg[argReg].live = true;
154 localInReg[reg].live = true;
195 localInReg[reg].live = true;
206 localInReg[reg].live = false;
223 * If the register is live, the "restart" is superfluous,
226 if (!localInReg[reg].live) {
228 localInReg[reg].live = true;

Completed in 46 milliseconds