Searched refs:ParseFieldAnnotation (Results 1 – 2 of 2) sorted by relevance
78 ir::FieldAnnotation* ParseFieldAnnotation(const dex::u1** pptr);
300 ir_annotations->field_annotations.push_back(ParseFieldAnnotation(&ptr)); in ExtractAnnotations()368 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation() function in dex::Reader