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

/dalvik/dx/src/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java69 private NextFunction nextFunction; field in class:LivenessAnalyzer
71 /** constants for {@link #nextFunction} */
128 while (nextFunction != NextFunction.DONE) {
129 switch (nextFunction) {
131 nextFunction = NextFunction.DONE;
136 nextFunction = NextFunction.DONE;
141 nextFunction = NextFunction.DONE;
157 nextFunction = NextFunction.DONE;
167 nextFunction = NextFunction.LIVE_OUT_AT_BLOCK;
179 nextFunction
[all...]

Completed in 42 milliseconds