Home
last modified time | relevance | path

Searched refs:getThisClass (Results 1 – 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dx/command/annotool/
DAnnotationLister.java80 = cf.getThisClass().getClassType().getClassName(); in process()
173 String packageName = cf.getThisClass().getClassType().getClassName(); in visitPackageAnnotation()
228 cf.getThisClass().getClassType().getClassName(); in printMatch()
234 cf.getThisClass().getClassType().getClassName()); in printMatch()
/dalvik/dx/src/com/android/dx/cf/iface/
DClassFile.java66 public CstType getThisClass(); in getThisClass() method
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java131 CstType thisClass = cf.getThisClass(); in translate0()
176 cstInvokeDynamic.setDeclaringClass(cf.getThisClass()); in translate0()
196 CstType thisClass = cf.getThisClass(); in processFields()
279 CstType thisClass = cf.getThisClass(); in processMethods()
DAttributeTranslator.java120 CstType thisClass = cf.getThisClass(); in getClassAnnotations()
414 CstType thisClass = cf.getThisClass(); in translateAnnotationDefaults()
/dalvik/dx/src/com/android/dx/dex/file/
DClassDefsSection.java113 type = clazz.getThisClass().getClassType(); in add()
DClassDefItem.java225 public CstType getThisClass() { in getThisClass() method in ClassDefItem
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DClassDefsSection.java114 type = clazz.getThisClass().getClassType(); in add()
DClassDefItem.java228 public CstType getThisClass() { in getThisClass() method in ClassDefItem
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java283 public CstType getThisClass() { in getThisClass() method in DirectClassFile
DStdAttributeFactory.java238 cf.getThisClass(), numMethods, in bootstrapMethods()