Home
last modified time | relevance | path

Searched refs:annotation_set_ref_lists (Results 1 – 14 of 14) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_ir.h380 std::vector<own<AnnotationSetRefList>> annotation_set_ref_lists; member
461 void Track(AnnotationSetRefList* p) { PushOwn(annotation_set_ref_lists, p); } in Track()
/tools/dexter/testdata/expected/
Dexit_hooks.stats32 annotation_set_ref_lists : 0
Dentry_hooks.stats32 annotation_set_ref_lists : 0
Dtry_catch.stats32 annotation_set_ref_lists : 0
Dhello.stats32 annotation_set_ref_lists : 0
Dlarge.stats32 annotation_set_ref_lists : 2257
Dlarge.am_stats32 annotation_set_ref_lists : 1
Dhello.hello_stats32 annotation_set_ref_lists : 0
Dmedium.stats32 annotation_set_ref_lists : 33
Dhello_nodebug.stats32 annotation_set_ref_lists : 0
Dmin.stats32 annotation_set_ref_lists : 0
Dmi.stats32 annotation_set_ref_lists : 0
/tools/dexter/dexter/
Ddexter.cc219 printf(" annotation_set_ref_lists : %zu\n", dex_ir->annotation_set_ref_lists.size()); in PrintDexIrStats()
/tools/dexter/slicer/
Dwriter.cc469 for (const auto& ir_node : dex_ir_->annotation_set_ref_lists) { in CreateAnnSetRefListsSection()