Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h77 struct ParamAnnotation;
295 struct ParamAnnotation : public Node { struct
308 std::vector<ParamAnnotation*> param_annotations; argument
384 std::vector<own<ParamAnnotation>> param_annotations;
465 void Track(ParamAnnotation* p) { PushOwn(param_annotations, p); } in Track()
Dreader.h80 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);
/tools/dexter/slicer/
Ddex_ir.cc311 [](const ParamAnnotation* a, const ParamAnnotation* b) { in Normalize()
Dreader.cc398 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation()
401 auto ir_param_annotation = dex_ir_->Alloc<ir::ParamAnnotation>(); in ParseParamAnnotation()