Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h76 struct MethodAnnotation;
288 struct MethodAnnotation : public Node { struct
307 std::vector<MethodAnnotation*> method_annotations; argument
383 std::vector<own<MethodAnnotation>> method_annotations;
464 void Track(MethodAnnotation* p) { PushOwn(method_annotations, p); } in Track()
Dreader.h79 ir::MethodAnnotation* ParseMethodAnnotation(const dex::u1** pptr);
/tools/dexter/slicer/
Ddex_ir.cc303 [](const MethodAnnotation* a, const MethodAnnotation* b) { in Normalize()
Dreader.cc383 ir::MethodAnnotation* Reader::ParseMethodAnnotation(const dex::u1** pptr) { in ParseMethodAnnotation()
386 auto ir_method_annotation = dex_ir_->Alloc<ir::MethodAnnotation>(); in ParseMethodAnnotation()