Searched refs:MethodAnnotation (Results 1 – 4 of 4) sorted by relevance
76 struct MethodAnnotation;288 struct MethodAnnotation : public Node { struct307 std::vector<MethodAnnotation*> method_annotations; argument383 std::vector<own<MethodAnnotation>> method_annotations;464 void Track(MethodAnnotation* p) { PushOwn(method_annotations, p); } in Track()
79 ir::MethodAnnotation* ParseMethodAnnotation(const dex::u1** pptr);
303 [](const MethodAnnotation* a, const MethodAnnotation* b) { in Normalize()
383 ir::MethodAnnotation* Reader::ParseMethodAnnotation(const dex::u1** pptr) { in ParseMethodAnnotation()386 auto ir_method_annotation = dex_ir_->Alloc<ir::MethodAnnotation>(); in ParseMethodAnnotation()