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 226 { return annotation_set_items_.Collection(); }
320 uint32_t AnnotationSetItemsOffset() const { return annotation_set_items_.GetOffset(); }
344 { annotation_set_items_.SetOffset(new_offset); }
366 uint32_t AnnotationSetItemsSize() const { return annotation_set_items_.Size(); }
442 IndexedCollectionVector<AnnotationSetItem> annotation_set_items_; member in class:art::dex_ir::Collections
    [all...]
dex_ir.cc 476 AddItem(annotation_set_items_map_, annotation_set_items_, annotation_set_item, offset);
    [all...]

Completed in 536 milliseconds