Home
last modified time | relevance | path

Searched refs:annotation_elements (Results 1 – 13 of 13) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir.h378 std::vector<own<AnnotationElement>> annotation_elements; member
459 void Track(AnnotationElement* p) { PushOwn(annotation_elements, p); } in Track()
/tools/dexter/testdata/expected/
Dexit_hooks.stats30 annotation_elements : 0
Dentry_hooks.stats30 annotation_elements : 0
Dtry_catch.stats30 annotation_elements : 1
Dhello.stats30 annotation_elements : 6
Dlarge.stats30 annotation_elements : 10684
Dlarge.am_stats30 annotation_elements : 11
Dhello.hello_stats30 annotation_elements : 0
Dmedium.stats30 annotation_elements : 1146
Dhello_nodebug.stats30 annotation_elements : 6
Dmin.stats30 annotation_elements : 0
Dmi.stats30 annotation_elements : 0
/tools/dexter/dexter/
Ddexter.cc217 printf(" annotation_elements : %zu\n", dex_ir->annotation_elements.size()); in PrintDexIrStats()