HomeSort by relevance Sort by last modified time
    Searched defs:startOfMethod (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 72 private AnalyzedInstruction startOfMethod;
96 startOfMethod = new AnalyzedInstruction(null, -1, encodedMethod.codeItem.getRegisterCount()) {
160 setPostRegisterTypeAndPropagateChanges(startOfMethod, thisRegister,
164 setPostRegisterTypeAndPropagateChanges(startOfMethod, thisRegister,
176 setPostRegisterTypeAndPropagateChanges(startOfMethod, registerNum, registerType);
182 setPostRegisterTypeAndPropagateChanges(startOfMethod, i, uninit);
188 for (AnalyzedInstruction successor: startOfMethod.successors) {
313 for (AnalyzedInstruction successor: startOfMethod.successors) {
380 return startOfMethod;
537 //finally, populate the successors and predecessors for each instruction. We start at the fake "StartOfMethod"
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 577 milliseconds