HomeSort by relevance Sort by last modified time
    Searched refs:getClassType (Results 1 - 25 of 44) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstEnumRef.java 53 return getDefiningClass().getClassType();
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
CstType.java 225 public Type getClassType() {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstEnumRef.java 53 return getDefiningClass().getClassType();
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
CstType.java 215 public Type getClassType() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstEnumRef.java 53 return getDefiningClass().getClassType();
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeIdsSection.java 63 Type type = ((CstType) cst).getClassType();
133 Type typePerSe = type.getClassType();
179 return indexOf(type.getClassType());
ClassDefsSection.java 74 Type type = ((CstType) cst).getClassType();
114 type = clazz.getThisClass().getClassType();
173 Type superclass = superclassCst.getClassType();
  /dalvik/dx/src/com/android/dx/dex/file/
TypeIdsSection.java 63 Type type = ((CstType) cst).getClassType();
133 Type typePerSe = type.getClassType();
179 return indexOf(type.getClassType());
ClassDefsSection.java 74 Type type = ((CstType) cst).getClassType();
114 type = clazz.getThisClass().getClassType();
173 Type superclass = superclassCst.getClassType();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdsSection.java 63 Type type = ((CstType) cst).getClassType();
133 Type typePerSe = type.getClassType();
179 return indexOf(type.getClassType());
ClassDefsSection.java 74 Type type = ((CstType) cst).getClassType();
114 type = clazz.getThisClass().getClassType();
173 Type superclass = superclassCst.getClassType();
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMethod.java 46 Prototype.intern(descStr, definingClass.getClassType(),
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DexFileClassMap.java 45 definedClasses.put(classDefItem.getClassType().getTypeDescriptor(), classDefItem);
MethodAnalyzer.java     [all...]
DeodexUtil.java 194 TypeIdItem classTypeItem = TypeIdItem.lookupTypeIdItem(dexFile, methodClassDef.getClassType());
228 while (fieldClass != null && !fieldClass.getClassType().equals(definingClass)) {
236 TypeIdItem classTypeItem = TypeIdItem.lookupTypeIdItem(dexFile, fieldClass.getClassType());
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 80 = cf.getThisClass().getClassType().getClassName();
151 = anAnn.getType().getClassType().getClassName();
171 String packageName = cf.getThisClass().getClassType().getClassName();
185 = anAnn.getType().getClassType().getClassName();
226 cf.getThisClass().getClassType().getClassName();
232 cf.getThisClass().getClassType().getClassName());
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 171 Type type = ((CstType) getAuxCst()).getClassType();
178 Type type = ((CstType) getAuxCst()).getClassType();
183 Type type = ((CstType) getAuxCst()).getClassType();
ByteCatchList.java 213 result.set(i, get(i).getExceptionClass().getClassType());
  /external/javassist/src/main/javassist/runtime/
Desc.java 122 return getClassType(desc, descLen, start, num);
132 private static Class[] getClassType(String desc, int descLen,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmali.java 140 return classDefItem1.getClassType().getTypeDescriptor().compareTo(classDefItem1.getClassType().getTypeDescriptor());
158 ClassPath.ClassDef classDef = ClassPath.getClassDef(classDefItem.getClassType(), false);
164 String classDescriptor = classDefItem.getClassType().getTypeDescriptor();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDefItem.java 239 public TypeIdItem getClassType() {
304 return a.getClassType().compareTo(b.getClassType());
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 213 result.set(i, get(i).getExceptionClass().getClassType());

Completed in 978 milliseconds

1 2