Searched refs:FieldAnnotation (Results 1 – 4 of 4) sorted by relevance
76 struct FieldAnnotation;292 struct FieldAnnotation : public Node { struct317 std::vector<FieldAnnotation*> field_annotations; argument394 std::vector<own<FieldAnnotation>> field_annotations;478 void Track(FieldAnnotation* p) { PushOwn(field_annotations, p); } in Track()
80 ir::FieldAnnotation* ParseFieldAnnotation(const dex::u1** pptr);
304 [](const FieldAnnotation* a, const FieldAnnotation* b) { in Normalize()
409 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation()411 auto ir_field_annotation = dex_ir_->Alloc<ir::FieldAnnotation>(); in ParseFieldAnnotation()