Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:annotation_item

627     AnnotationItem* annotation_item = CreateAnnotationItem(dex_file, annotation);
628 DCHECK(annotation_item != nullptr);
629 current_offset += annotation_item->GetSize();
675 AnnotationItem* annotation_item = annotation_items_map_.GetExistingObject(offset);
676 if (annotation_item == nullptr) {
681 annotation_item =
687 annotation_item->SetSize(annotation_data - start_data);
689 return annotation_item;
707 AnnotationItem* annotation_item = CreateAnnotationItem(dex_file, annotation);
708 items->push_back(annotation_item);