HomeSort by relevance Sort by last modified time
    Searched defs:AnnotationSetRefList (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationSetRefList.java 36 public class AnnotationSetRefList extends Item<AnnotationSetRefList> {
42 * Creates a new uninitialized <code>AnnotationSetRefList</code>
45 protected AnnotationSetRefList(DexFile dexFile) {
50 * Creates a new <code>AnnotationSetRefList</code> for the given annotation sets
52 * @param annotationSets The annotationSets for this <code>AnnotationSetRefList</code>
54 private AnnotationSetRefList(DexFile dexFile, AnnotationSetItem[] annotationSets) {
60 * Returns an <code>AnnotationSetRefList</code> for the given annotation sets, and that has been interned into the
63 * @param annotationSets The annotation sets for this <code>AnnotationSetRefList</code>
66 public static AnnotationSetRefList internAnnotationSetRefList(DexFile dexFile
    [all...]
  /art/runtime/
dex_file.h 314 struct AnnotationSetRefList {
319 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
    [all...]

Completed in 287 milliseconds