Home
last modified time | relevance | path

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

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dreader.h81 ir::MethodAnnotation* ParseMethodAnnotation(const dex::u1** pptr);
/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc345 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