Searched refs:ParseMethodAnnotation (Results 1 – 2 of 2) sorted by relevance
81 ir::MethodAnnotation* ParseMethodAnnotation(const dex::u1** pptr);
345 ir_annotations->method_annotations.push_back(ParseMethodAnnotation(&ptr)); in ExtractAnnotations()423 ir::MethodAnnotation* Reader::ParseMethodAnnotation(const dex::u1** pptr) { in ParseMethodAnnotation() function in dex::Reader