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

  /art/dexlayout/
dex_ir.h 188 { return annotation_set_ref_lists_.Collection(); }
271 uint32_t AnnotationSetRefListsOffset() const { return annotation_set_ref_lists_.GetOffset(); }
296 { annotation_set_ref_lists_.SetOffset(new_offset); }
317 uint32_t AnnotationSetRefListsSize() const { return annotation_set_ref_lists_.Size(); }
346 CollectionMap<AnnotationSetRefList> annotation_set_ref_lists_; member in class:art::dex_ir::Collections
    [all...]
dex_ir.cc 556 annotation_set_ref_lists_.AddItem(set_ref_list, offset);
    [all...]

Completed in 58 milliseconds