HomeSort by relevance Sort by last modified time
    Searched refs:annotation_items_ (Results 1 - 2 of 2) sorted by null

  /art/dexlayout/
dex_ir.h 184 { return annotation_items_.Collection(); }
269 uint32_t AnnotationItemsOffset() const { return annotation_items_.GetOffset(); }
292 void SetAnnotationItemsOffset(uint32_t new_offset) { annotation_items_.SetOffset(new_offset); }
315 uint32_t AnnotationItemsSize() const { return annotation_items_.Size(); }
344 CollectionMap<AnnotationItem> annotation_items_; member in class:art::dex_ir::Collections
    [all...]
dex_ir.cc 444 annotation_items_.AddItem(annotation_item, offset);
    [all...]

Completed in 422 milliseconds