Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_ir.cc310 auto& method_annotations = irAnnotationDirectory->method_annotations; in Normalize() local
311 std::sort(method_annotations.begin(), method_annotations.end(), in Normalize()
Dwriter.cc747 for (auto irItem : ir_annotations->method_annotations) { in WriteClassAnnotations()
769 dex_annotations.methods_size = ir_annotations->method_annotations.size(); in WriteClassAnnotations()
Dreader.cc345 ir_annotations->method_annotations.push_back(ParseMethodAnnotation(&ptr)); in ExtractAnnotations()
/tools/dexter/testdata/expected/
Dmi.stats37 method_annotations : 0
Dmedium.stats37 method_annotations : 260
Dtry_catch.stats37 method_annotations : 1
Dmin.stats37 method_annotations : 0
Dinvoke-polymorphic.stats37 method_annotations : 0
Dentry_hooks.stats37 method_annotations : 0
Dmethod_handles.stats37 method_annotations : 28
Dlarge.am_stats37 method_annotations : 13
Dhello.hello_stats37 method_annotations : 0
Dhello_nodebug.stats37 method_annotations : 0
Dexit_hooks.stats37 method_annotations : 0
Dhello.stats37 method_annotations : 0
Dlarge.stats37 method_annotations : 10742
/tools/dexter/slicer/export/slicer/
Ddex_ir.h318 std::vector<MethodAnnotation*> method_annotations; member
395 std::vector<own<MethodAnnotation>> method_annotations; member
479 void Track(MethodAnnotation* p) { PushOwn(method_annotations, p); } in Track()
/tools/dexter/dexter/
Ddexter.cc228 printf(" method_annotations : %zu\n", dex_ir->method_annotations.size()); in PrintDexIrStats()