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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
H A DTypeProtoUtils.java55 public static Iterable<TypeProto> getSuperclassChain(@Nonnull final TypeProto typeProto) { argument
60 @Nullable private TypeProto type = getSuperclassAsTypeProto(typeProto);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DCustomInlineMethodResolver.java120 TypeProto typeProto = classPath.getClass(className);
121 if (typeProto instanceof ClassProto) {
122 ClassDef classDef = ((ClassProto)typeProto).getClassDef();
H A DClassProto.java328 TypeProto typeProto = thisChain.get(i);
329 if (typeProto.getType().equals(otherChain.get(i).getType())) {
330 return typeProto;
H A DRegisterType.java311 public static RegisterType getRegisterType(byte category, @Nullable TypeProto typeProto) { argument
349 return new RegisterType(category, typeProto);
H A DMethodAnalyzer.java1607 TypeProto typeProto = classPath.getClass(method.getDefiningClass());
1610 String superclassType = typeProto.getSuperclass();
1615 superType = typeProto;

Completed in 120 milliseconds