Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dreader.h80 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);
/tools/dexter/slicer/
Dreader.cc308 ir_annotations->param_annotations.push_back(ParseParamAnnotation(&ptr)); in ExtractAnnotations()
397 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation() function in dex::Reader