Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir.cc310 auto& param_annotations = irAnnotationDirectory->param_annotations; in Normalize() local
311 std::sort(param_annotations.begin(), param_annotations.end(), in Normalize()
Dwriter.cc719 for (auto irItem : ir_annotations->param_annotations) { in WriteClassAnnotations()
735 dex_annotations.parameters_size = ir_annotations->param_annotations.size(); in WriteClassAnnotations()
Dreader.cc308 ir_annotations->param_annotations.push_back(ParseParamAnnotation(&ptr)); in ExtractAnnotations()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h308 std::vector<ParamAnnotation*> param_annotations; member
384 std::vector<own<ParamAnnotation>> param_annotations; member
465 void Track(ParamAnnotation* p) { PushOwn(param_annotations, p); } in Track()
/tools/dexter/testdata/expected/
Dexit_hooks.stats36 param_annotations : 0
Dentry_hooks.stats36 param_annotations : 0
Dtry_catch.stats36 param_annotations : 0
Dhello.stats36 param_annotations : 0
Dlarge.stats36 param_annotations : 2257
Dlarge.am_stats36 param_annotations : 1
Dhello.hello_stats36 param_annotations : 0
Dmedium.stats36 param_annotations : 33
Dhello_nodebug.stats36 param_annotations : 0
Dmin.stats36 param_annotations : 0
Dmi.stats36 param_annotations : 0
/tools/dexter/dexter/
Ddexter.cc223 printf(" param_annotations : %zu\n", dex_ir->param_annotations.size()); in PrintDexIrStats()