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

1 2 3

  /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();
  /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);
DeodexUtil.java 205 TypeIdItem classTypeItem = TypeIdItem.lookupTypeIdItem(dexFile, methodClassDef.getClassType());
221 getPackage(accessingClass.getClassType()).equals(getPackage(definingClass.getClassType()));
260 while (fieldClass != null && !fieldClass.getClassType().equals(definingClass)) {
268 TypeIdItem classTypeItem = TypeIdItem.lookupTypeIdItem(dexFile, fieldClass.getClassType());
MethodAnalyzer.java     [all...]
  /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/Adaptors/
ClassDefinition.java 123 writer.write(classDefItem.getClassType().getTypeDescriptor());
234 classDefItem.getClassType().getTypeDescriptor(), field.field.getShortFieldString()));
275 classDefItem.getClassType().getTypeDescriptor(), field.field.getShortFieldString()));
334 classDefItem.getClassType().getTypeDescriptor(), method.method.getShortMethodString()));
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmali.java 134 return classDefItem1.getClassType().getTypeDescriptor().compareTo(classDefItem1.getClassType().getTypeDescriptor());
149 String classDescriptor = classDefItem.getClassType().getTypeDescriptor();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDefItem.java 191 public TypeIdItem getClassType() {
262 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 1178 milliseconds

1 2 3