Searched refs:FieldAnnotation (Results 1 – 4 of 4) sorted by relevance
75 struct FieldAnnotation;281 struct FieldAnnotation : public Node { struct306 std::vector<FieldAnnotation*> field_annotations; argument382 std::vector<own<FieldAnnotation>> field_annotations;463 void Track(FieldAnnotation* p) { PushOwn(field_annotations, p); } in Track()
78 ir::FieldAnnotation* ParseFieldAnnotation(const dex::u1** pptr);
295 [](const FieldAnnotation* a, const FieldAnnotation* b) { in Normalize()
369 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation()371 auto ir_field_annotation = dex_ir_->Alloc<ir::FieldAnnotation>(); in ParseFieldAnnotation()