Home
last modified time | relevance | path

Searched refs:WriteProtoIds (Results 1 – 3 of 3) sorted by relevance

/art/dexlayout/
Ddex_writer.h241 void WriteProtoIds(Stream* stream, bool reserve_only);
Dcompact_dex_writer.cc412 WriteProtoIds(main_stream, /*reserve_only=*/ true); in Write()
453 WriteProtoIds(main_stream, /*reserve_only=*/ false); in Write()
Ddex_writer.cc300 void DexWriter::WriteProtoIds(Stream* stream, bool reserve_only) { in WriteProtoIds() function in art::DexWriter
856 WriteProtoIds(stream, /*reserve_only=*/ true); in Write()
901 WriteProtoIds(stream, /*reserve_only=*/ false); in Write()