Searched refs:ParamAnnotation (Results 1 – 4 of 4) sorted by relevance
77 struct ParamAnnotation;295 struct ParamAnnotation : public Node { struct308 std::vector<ParamAnnotation*> param_annotations; argument384 std::vector<own<ParamAnnotation>> param_annotations;465 void Track(ParamAnnotation* p) { PushOwn(param_annotations, p); } in Track()
80 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);
311 [](const ParamAnnotation* a, const ParamAnnotation* b) { in Normalize()
398 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation()401 auto ir_param_annotation = dex_ir_->Alloc<ir::ParamAnnotation>(); in ParseParamAnnotation()