Searched refs:ParamAnnotation (Results 1 – 4 of 4) sorted by relevance
78 struct ParamAnnotation;306 struct ParamAnnotation : public Node { struct319 std::vector<ParamAnnotation*> param_annotations; argument396 std::vector<own<ParamAnnotation>> param_annotations;480 void Track(ParamAnnotation* p) { PushOwn(param_annotations, p); } in Track()
82 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);
320 [](const ParamAnnotation* a, const ParamAnnotation* b) { in Normalize()
438 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation()441 auto ir_param_annotation = dex_ir_->Alloc<ir::ParamAnnotation>(); in ParseParamAnnotation()