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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 214 public static RegisterType getWideRegisterTypeForTypeIdItem(TypeIdItem typeIdItem, boolean firstRegister) {
MethodAnalyzer.java 407 registerTypes[registerNum++] = RegisterType.getWideRegisterTypeForTypeIdItem(type, true);
408 registerTypes[registerNum++] = RegisterType.getWideRegisterTypeForTypeIdItem(type, false);
    [all...]

Completed in 809 milliseconds