Searched refs:ParseParamAnnotation (Results 1 – 2 of 2) sorted by relevance
80 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);
308 ir_annotations->param_annotations.push_back(ParseParamAnnotation(&ptr)); in ExtractAnnotations()397 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation() function in dex::Reader