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

  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/
SuperclassChainTest.java 69 ImmutableList.copyOf(TypeProtoUtils.getSuperclassChain(objectClassProto)));
73 ImmutableList.copyOf(TypeProtoUtils.getSuperclassChain(oneClassProto)));
77 ImmutableList.copyOf(TypeProtoUtils.getSuperclassChain(twoClassProto)));
81 ImmutableList.copyOf(TypeProtoUtils.getSuperclassChain(threeClassProto)));
100 ImmutableList.copyOf(TypeProtoUtils.getSuperclassChain(twoClassProto)));
104 ImmutableList.copyOf(TypeProtoUtils.getSuperclassChain(threeClassProto)));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
TypeProtoUtils.java 55 public static Iterable<TypeProto> getSuperclassChain(@Nonnull final TypeProto typeProto) {
102 for (TypeProto superProto: getSuperclassChain(candidate)) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 415 Iterables.addAll(thisChain, TypeProtoUtils.getSuperclassChain(this));
418 Iterables.addAll(otherChain, TypeProtoUtils.getSuperclassChain(other));
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 622 milliseconds