Home
last modified time | relevance | path

Searched refs:WriteEncodedAnnotation (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/dexlayout/
H A Ddex_writer.h230 void WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation);
H A Ddex_writer.cc171 WriteEncodedAnnotation(stream, encoded_value->GetEncodedAnnotation()); in WriteEncodedValue()
198 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) { in WriteEncodedAnnotation() function in art::DexWriter
374 WriteEncodedAnnotation(stream, annotation->GetAnnotation()); in WriteAnnotations()