Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir.cc294 auto& field_annotations = irAnnotationDirectory->field_annotations; in Normalize() local
295 std::sort(field_annotations.begin(), field_annotations.end(), in Normalize()
Dwriter.cc705 for (auto irItem : ir_annotations->field_annotations) { in WriteClassAnnotations()
733 dex_annotations.fields_size = ir_annotations->field_annotations.size(); in WriteClassAnnotations()
Dreader.cc300 ir_annotations->field_annotations.push_back(ParseFieldAnnotation(&ptr)); in ExtractAnnotations()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h306 std::vector<FieldAnnotation*> field_annotations; member
382 std::vector<own<FieldAnnotation>> field_annotations; member
463 void Track(FieldAnnotation* p) { PushOwn(field_annotations, p); } in Track()
/tools/dexter/testdata/expected/
Dexit_hooks.stats34 field_annotations : 0
Dentry_hooks.stats34 field_annotations : 0
Dtry_catch.stats34 field_annotations : 0
Dhello.stats34 field_annotations : 0
Dlarge.stats34 field_annotations : 2624
Dlarge.am_stats34 field_annotations : 0
Dhello.hello_stats34 field_annotations : 0
Dmedium.stats34 field_annotations : 150
Dhello_nodebug.stats34 field_annotations : 0
Dmin.stats34 field_annotations : 0
Dmi.stats34 field_annotations : 0
/tools/dexter/dexter/
Ddexter.cc221 printf(" field_annotations : %zu\n", dex_ir->field_annotations.size()); in PrintDexIrStats()