Home
last modified time | relevance | path

Searched refs:sourceDebugExtension (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java92 Annotation sourceDebugExtension = getSourceDebugExtension(attribs); in getAnnotations() local
98 if (sourceDebugExtension != null) { in getAnnotations()
99 result = Annotations.combine(result, sourceDebugExtension); in getAnnotations()
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java115 return sourceDebugExtension(cf, offset, length, observer); in parse0()
733 private Attribute sourceDebugExtension(DirectClassFile cf, int offset, int length, in sourceDebugExtension() method in StdAttributeFactory