Searched refs:AnnotationSetRefList (Results 1 - 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationSetRefList.java21 public class AnnotationSetRefList implements RawDexObject { class in inherits:RawDexObject
H A DMapList.java123 new ArrayList<AnnotationSetRefList>(mapItem.size);
125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList();
H A DRawDexFile.java47 public List<AnnotationSetRefList> annotationSetRefLists;
222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) {
/art/runtime/
H A Ddex_file.h357 struct AnnotationSetRefList { struct in class:art::DexFile
362 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
H A Ddex_file_verifier.cc1821 const DexFile::AnnotationSetRefList* list =
1822 reinterpret_cast<const DexFile::AnnotationSetRefList*>(ptr_);

Completed in 410 milliseconds