Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DAnnotationSetRefList.java21 public class AnnotationSetRefList implements RawDexObject { class
DMapList.java123 new ArrayList<AnnotationSetRefList>(mapItem.size); in read()
125 AnnotationSetRefList newAnnotationSetRefList = new AnnotationSetRefList(); in read()
DRawDexFile.java47 public List<AnnotationSetRefList> annotationSetRefLists;
222 for (AnnotationSetRefList annotationSetRefList : annotationSetRefLists) { in write()
/art/runtime/
Ddex_file.h377 struct AnnotationSetRefList { struct
382 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList); argument
947 const AnnotationSetRefList* GetParameterAnnotationSetRefList( in GetParameterAnnotationSetRefList()
953 return reinterpret_cast<const AnnotationSetRefList*>(begin_ + offset); in GetParameterAnnotationSetRefList()
1059 const AnnotationSetRefList* set_ref_list, uint32_t size) const
Ddex_file_verifier.cc2088 const DexFile::AnnotationSetRefList* list = in CheckInterAnnotationSetRefList()
2089 reinterpret_cast<const DexFile::AnnotationSetRefList*>(ptr_); in CheckInterAnnotationSetRefList()
Ddex_file.cc1355 const AnnotationSetRefList* set_ref_list = in GetParameterAnnotations()
1807 Handle<mirror::Class> klass, const AnnotationSetRefList* set_ref_list, uint32_t size) const { in ProcessAnnotationSetRefList()