Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h75 struct FieldAnnotation;
281 struct FieldAnnotation : public Node { struct
306 std::vector<FieldAnnotation*> field_annotations; argument
382 std::vector<own<FieldAnnotation>> field_annotations;
463 void Track(FieldAnnotation* p) { PushOwn(field_annotations, p); } in Track()
Dreader.h78 ir::FieldAnnotation* ParseFieldAnnotation(const dex::u1** pptr);
/tools/dexter/slicer/
Ddex_ir.cc295 [](const FieldAnnotation* a, const FieldAnnotation* b) { in Normalize()
Dreader.cc369 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation()
371 auto ir_field_annotation = dex_ir_->Alloc<ir::FieldAnnotation>(); in ParseFieldAnnotation()