Searched refs:EncodedAnnotation (Results 1 – 11 of 11) sorted by relevance
23 public EncodedAnnotation annotation;29 (annotation = new EncodedAnnotation()).read(file); in read()
26 public EncodedAnnotation encodedAnnotation;54 (encodedAnnotation = new EncodedAnnotation()).read(file); in read()
21 public class EncodedAnnotation implements RawDexObject { class
74 bool VerifyEncodedAnnotation(dex_ir::EncodedAnnotation* orig,75 dex_ir::EncodedAnnotation* output,
47 class EncodedAnnotation; variable794 void SetEncodedAnnotation(EncodedAnnotation* encoded_annotation) in SetEncodedAnnotation()812 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); } in GetEncodedAnnotation()814 EncodedAnnotation* ReleaseEncodedAnnotation() { return encoded_annotation_.release(); } in ReleaseEncodedAnnotation()835 std::unique_ptr<EncodedAnnotation> encoded_annotation_;858 class EncodedAnnotation {860 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements) in EncodedAnnotation() function870 DISALLOW_COPY_AND_ASSIGN(EncodedAnnotation);1116 AnnotationItem(uint8_t visibility, EncodedAnnotation* annotation) in AnnotationItem()1120 EncodedAnnotation* GetAnnotation() const { return annotation_.get(); } in GetAnnotation()[all …]
154 void DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation);
230 void WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation);
514 bool VerifyEncodedAnnotation(dex_ir::EncodedAnnotation* orig, in VerifyEncodedAnnotation()515 dex_ir::EncodedAnnotation* output, in VerifyEncodedAnnotation()
196 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) { in WriteEncodedAnnotation()
1212 item->SetEncodedAnnotation(new EncodedAnnotation(header_->TypeIds()[type_idx], elements)); in ReadEncodedValue()
562 void DexLayout::DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation) { in DumpEncodedAnnotation()