Home
last modified time | relevance | path

Searched refs:ParseMethodAnnotation (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dreader.h79 ir::MethodAnnotation* ParseMethodAnnotation(const dex::u1** pptr);
/tools/dexter/slicer/
Dreader.cc304 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