HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationSetRefList (Results 1 - 10 of 10) 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...]
ItemFactory.java 49 return new AnnotationSetRefList(dexFile);
ReadContext.java 45 private SparseArray<AnnotationSetRefList> annotationSetRefLists = new SparseArray<AnnotationSetRefList>(0);
AnnotationDirectoryItem.java 182 AnnotationSetRefList paramaterAnnotationSet = (AnnotationSetRefList)readContext.getOffsettedItemByOffset(
436 * @return An <code>AnnotationSetRefList</code> containing the parameter annotations, or null if none are found
439 public AnnotationSetRefList getParameterAnnotations(MethodIdItem methodIdItem) {
582 public final AnnotationSetRefList annotationSet;
584 public ParameterAnnotation(MethodIdItem method, AnnotationSetRefList annotationSet) {
DexFile.java 794 * The <code>OffsettedSection</code> containing <code>AnnotationSetRefList</code> items
796 public final OffsettedSection<AnnotationSetRefList> AnnotationSetRefListsSection =
797 new OffsettedSection<AnnotationSetRefList>(this, ItemType.TYPE_ANNOTATION_SET_REF_LIST);
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 107 AnnotationSetRefList parameterAnnotations) throws IOException {
169 AnnotationSetRefList parameterAnnotations) throws IOException {
ClassDefinition.java 321 AnnotationSetRefList parameterAnnotations = null;
  /art/runtime/
dex_file_verifier.cc     [all...]
dex_file.h 314 struct AnnotationSetRefList {
319 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 424 AnnotationSetRefList parameterAnnotationSets]
712 parameters returns[AnnotationSetRefList parameterAnnotations]
735 $parameterAnnotations = AnnotationSetRefList.internAnnotationSetRefList(dexFile, annotationSetItems);
    [all...]

Completed in 406 milliseconds