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.cc418 WriteProtoIds(main_stream, /*reserve_only*/ true); in Write()
458 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
808 WriteProtoIds(stream, /*reserve_only*/ true); in Write()
852 WriteProtoIds(stream, /*reserve_only*/ false); in Write()