Searched refs:AnnotationSetRefList (Results 1 - 6 of 6) 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.h377 struct AnnotationSetRefList { struct in class:art::DexFile
382 DISALLOW_COPY_AND_ASSIGN(AnnotationSetRefList);
947 const AnnotationSetRefList* GetParameterAnnotationSetRefList(
953 return reinterpret_cast<const AnnotationSetRefList*>(begin_ + offset);
1059 const AnnotationSetRefList* set_ref_list, uint32_t size) const
H A Ddex_file_verifier.cc2088 const DexFile::AnnotationSetRefList* list =
2089 reinterpret_cast<const DexFile::AnnotationSetRefList*>(ptr_);
H A Ddex_file.cc1355 const AnnotationSetRefList* set_ref_list =
1807 Handle<mirror::Class> klass, const AnnotationSetRefList* set_ref_list, uint32_t size) const {

Completed in 113 milliseconds