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

  /art/dexlayout/
dex_ir.h 186 { return annotation_set_items_.Collection(); }
270 uint32_t AnnotationSetItemsOffset() const { return annotation_set_items_.GetOffset(); }
294 { annotation_set_items_.SetOffset(new_offset); }
316 uint32_t AnnotationSetItemsSize() const { return annotation_set_items_.Size(); }
345 CollectionMap<AnnotationSetItem> annotation_set_items_; member in class:art::dex_ir::Collections
    [all...]
dex_ir.cc 470 annotation_set_items_.AddItem(annotation_set_item, offset);
    [all...]

Completed in 63 milliseconds