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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DClassPath.java260 public static ClassDef getClassDef(String classType) { method in class:ClassPath
261 return getClassDef(classType, true);
271 ClassDef classDef = getClassDef(classType, false);
290 public static ClassDef getClassDef(String classType, boolean createUnresolvedClassDef) { method in class:ClassPath
308 public static ClassDef getClassDef(TypeIdItem classType) { method in class:ClassPath
309 return getClassDef(classType.getTypeDescriptor());
312 public static ClassDef getClassDef(TypeIdItem classType, boolean creatUnresolvedClassDef) { method in class:ClassPath
313 return getClassDef(classType.getTypeDescriptor(), creatUnresolvedClassDef);
321 return getClassDef(arrayPrefix.substring(256 - arrayDimension) + classDef.classType);
450 elementClass = ClassPath.getClassDef(arrayClassTyp
[all...]

Completed in 59 milliseconds