Home | History | Annotate | Download | only in dex

Lines Matching refs:set_item

622   const dex::AnnotationItem* GetAnnotationItem(const dex::AnnotationSetItem* set_item,
624 DCHECK_LE(index, set_item->size_);
625 return GetAnnotationItemAtOffset(set_item->entries_[index]);