Home
last modified time | relevance | path

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

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