Home
last modified time | relevance | path

Searched refs:annotation_sets (Results 1 – 16 of 16) sorted by relevance

/tools/dexter/testdata/expected/
Dlarge.stats31 annotation_sets : 7597
Dentry_hooks.stats31 annotation_sets : 0
Dinvoke-polymorphic.stats31 annotation_sets : 0
Dexit_hooks.stats31 annotation_sets : 0
Dhello.stats31 annotation_sets : 3
Dtry_catch.stats31 annotation_sets : 1
Dmi.stats31 annotation_sets : 0
Dmin.stats31 annotation_sets : 0
Dlarge.am_stats31 annotation_sets : 13
Dhello.hello_stats31 annotation_sets : 0
Dhello_nodebug.stats31 annotation_sets : 3
Dmedium.stats31 annotation_sets : 786
/tools/dexter/slicer/export/slicer/
Ddex_ir.h379 std::vector<own<AnnotationSet>> annotation_sets; member
460 void Track(AnnotationSet* p) { PushOwn(annotation_sets, p); } in Track()
/tools/dexter/dexter/
Ddexter.cc220 printf(" annotation_sets : %zu\n", dex_ir->annotation_sets.size()); in PrintDexIrStats()
/tools/dexter/slicer/
Ddex_ir.cc280 for (const auto& irAnnotationSet : annotation_sets) { in Normalize()
Dwriter.cc456 for (const auto& ir_node : dex_ir_->annotation_sets) { in CreateAnnSetsSection()