Home
last modified time | relevance | path

Searched refs:method_annotations (Results 1 – 17 of 17) sorted by relevance

/tools/dexter/slicer/
Ddex_ir.cc301 auto& method_annotations = irAnnotationDirectory->method_annotations; in Normalize() local
302 std::sort(method_annotations.begin(), method_annotations.end(), in Normalize()
Dwriter.cc712 for (auto irItem : ir_annotations->method_annotations) { in WriteClassAnnotations()
734 dex_annotations.methods_size = ir_annotations->method_annotations.size(); in WriteClassAnnotations()
Dreader.cc305 ir_annotations->method_annotations.push_back(ParseMethodAnnotation(&ptr)); in ExtractAnnotations()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h307 std::vector<MethodAnnotation*> method_annotations; member
383 std::vector<own<MethodAnnotation>> method_annotations; member
464 void Track(MethodAnnotation* p) { PushOwn(method_annotations, p); } in Track()
/tools/dexter/testdata/expected/
Dlarge.stats35 method_annotations : 10742
Dentry_hooks.stats35 method_annotations : 0
Dinvoke-polymorphic.stats35 method_annotations : 0
Dexit_hooks.stats35 method_annotations : 0
Dhello.stats35 method_annotations : 0
Dtry_catch.stats35 method_annotations : 1
Dmi.stats35 method_annotations : 0
Dmin.stats35 method_annotations : 0
Dlarge.am_stats35 method_annotations : 13
Dhello.hello_stats35 method_annotations : 0
Dhello_nodebug.stats35 method_annotations : 0
Dmedium.stats35 method_annotations : 260
/tools/dexter/dexter/
Ddexter.cc224 printf(" method_annotations : %zu\n", dex_ir->method_annotations.size()); in PrintDexIrStats()