Home
last modified time | relevance | path

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

/aosp_15_r20/tools/dexter/slicer/
H A Dwriter.cc738 std::vector<dex::ParameterAnnotationsItem> dex_param_annotations; in WriteClassAnnotations() local
758 dex_param_annotations.push_back(dex_item); in WriteClassAnnotations()
777 data.Push(dex_param_annotations); in WriteClassAnnotations()