Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h78 struct ParamAnnotation;
306 struct ParamAnnotation : public Node { struct
319 std::vector<ParamAnnotation*> param_annotations; argument
396 std::vector<own<ParamAnnotation>> param_annotations;
480 void Track(ParamAnnotation* p) { PushOwn(param_annotations, p); } in Track()
Dreader.h82 ir::ParamAnnotation* ParseParamAnnotation(const dex::u1** pptr);
/tools/dexter/slicer/
Ddex_ir.cc320 [](const ParamAnnotation* a, const ParamAnnotation* b) { in Normalize()
Dreader.cc438 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation()
441 auto ir_param_annotation = dex_ir_->Alloc<ir::ParamAnnotation>(); in ParseParamAnnotation()