Home
last modified time | relevance | path

Searched refs:GetAnnotationItemAtOffset (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file.h608 ALWAYS_INLINE const dex::AnnotationItem* GetAnnotationItemAtOffset(uint32_t offset) const { in GetAnnotationItemAtOffset() function
628 return GetAnnotationItemAtOffset(set_item->entries_[index]); in GetAnnotationItem()
/art/dexlayout/
Ddex_ir_builder.cc627 const dex::AnnotationItem* annotation = dex_file.GetAnnotationItemAtOffset(current_offset); in AddAnnotationsFromMapListSection()