HomeSort by relevance Sort by last modified time
    Searched refs:WriteEncodedAnnotation (Results 1 - 2 of 2) sorted by null

  /art/dexlayout/
dex_writer.h 230 void WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation);
dex_writer.cc 171 WriteEncodedAnnotation(stream, encoded_value->GetEncodedAnnotation());
198 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) {
376 WriteEncodedAnnotation(stream, annotation->GetAnnotation());
    [all...]

Completed in 48 milliseconds