Searched defs:AnnotationSetRefList (Results 1 - 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DAnnotationSetRefList.java21 public class AnnotationSetRefList implements RawDexObject { class in inherits:RawDexObject
/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

Completed in 117 milliseconds