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;
72 private static enum NextFunction { enum in class:LivenessAnalyzer
128 while (nextFunction != NextFunction.DONE) {
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 = NextFunction.LIVE_IN_AT_STATEMENT;
188 nextFunction = NextFunction
[all...]

Completed in 79 milliseconds