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