Home
last modified time | relevance | path

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

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dreader.h82 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);
/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc349 ir_annotations->param_annotations.push_back(ParseParamAnnotation(&ptr)); in ExtractAnnotations()
438 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation() function in dex::Reader