Searched refs:method_annotations (Results 1 – 18 of 18) sorted by relevance
310 auto& method_annotations = irAnnotationDirectory->method_annotations; in Normalize() local311 std::sort(method_annotations.begin(), method_annotations.end(), in Normalize()
747 for (auto irItem : ir_annotations->method_annotations) { in WriteClassAnnotations()769 dex_annotations.methods_size = ir_annotations->method_annotations.size(); in WriteClassAnnotations()
345 ir_annotations->method_annotations.push_back(ParseMethodAnnotation(&ptr)); in ExtractAnnotations()
37 method_annotations : 0
37 method_annotations : 260
37 method_annotations : 1
37 method_annotations : 28
37 method_annotations : 13
37 method_annotations : 10742
318 std::vector<MethodAnnotation*> method_annotations; member395 std::vector<own<MethodAnnotation>> method_annotations; member479 void Track(MethodAnnotation* p) { PushOwn(method_annotations, p); } in Track()
228 printf(" method_annotations : %zu\n", dex_ir->method_annotations.size()); in PrintDexIrStats()