Searched refs:annotation_sets (Results 1 – 15 of 15) sorted by relevance
379 std::vector<own<AnnotationSet>> annotation_sets; member460 void Track(AnnotationSet* p) { PushOwn(annotation_sets, p); } in Track()
31 annotation_sets : 0
31 annotation_sets : 1
31 annotation_sets : 3
31 annotation_sets : 7597
31 annotation_sets : 13
31 annotation_sets : 786
218 printf(" annotation_sets : %zu\n", dex_ir->annotation_sets.size()); in PrintDexIrStats()
281 for (const auto& irAnnotationSet : annotation_sets) { in Normalize()
456 for (const auto& ir_node : dex_ir_->annotation_sets) { in CreateAnnSetsSection()