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

/dalvik/vm/compiler/
H A DDataflow.cpp1651 bool isIterative)
1735 /* If isIterative is false, exit the loop after the first iteration */
1736 change &= isIterative;
1745 false /* isIterative */);
1648 dvmCompilerDataFlowAnalysisDispatcher(CompilationUnit *cUnit, bool (*func)(CompilationUnit *, BasicBlock *), DataFlowAnalysisMode dfaMode, bool isIterative) argument

Completed in 33 milliseconds