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

/dalvik/dx/src/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java68 private NextFunction nextFunction; field in class:LivenessAnalyzer
70 /** constants for {@link #nextFunction} */
127 while (nextFunction != NextFunction.DONE) {
128 switch (nextFunction) {
130 nextFunction = NextFunction.DONE;
135 nextFunction = NextFunction.DONE;
140 nextFunction = NextFunction.DONE;
156 nextFunction = NextFunction.DONE;
166 nextFunction = NextFunction.LIVE_OUT_AT_BLOCK;
178 nextFunction
[all...]

Completed in 83 milliseconds