Searched refs:GetItems (Results 1 – 4 of 4) sorted by relevance
453 std::vector<dex_ir::AnnotationSetItem*>* orig_items = orig->GetItems(); in VerifyAnnotationSetRefList()454 std::vector<dex_ir::AnnotationSetItem*>* output_items = output->GetItems(); in VerifyAnnotationSetRefList()481 std::vector<dex_ir::AnnotationItem*>* orig_items = orig->GetItems(); in VerifyAnnotationSet()482 std::vector<dex_ir::AnnotationItem*>* output_items = output->GetItems(); in VerifyAnnotationSet()
387 size[0] = annotation_set->GetItems()->size(); in WriteAnnotationSets()390 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) { in WriteAnnotationSets()406 size[0] = annotation_set_ref->GetItems()->size(); in WriteAnnotationSetRefs()409 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
683 if (set_item == nullptr || set_item->GetItems()->size() == 0) { in DumpAnnotationSetItem()687 for (dex_ir::AnnotationItem* annotation : *set_item->GetItems()) { in DumpAnnotationSetItem()756 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) { in DumpClassAnnotations()
1130 std::vector<AnnotationItem*>* GetItems() { return items_.get(); } in GetItems() function1147 std::vector<AnnotationSetItem*>* GetItems() { return items_.get(); } in GetItems() function