Home
last modified time | relevance | path

Searched defs:reserve_only (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_writer.cc230 void DexWriter::WriteStringIds(Stream* stream, bool reserve_only) { in WriteStringIds()
298 void DexWriter::WriteProtoIds(Stream* stream, bool reserve_only) { in WriteProtoIds()
535 bool reserve_only) { in WriteCodeItemPostInstructionData()
571 bool reserve_only) { in WriteCodeItem()
600 void DexWriter::WriteCodeItems(Stream* stream, bool reserve_only) { in WriteCodeItems()
626 void DexWriter::WriteClassDefs(Stream* stream, bool reserve_only) { in WriteClassDefs()
675 void DexWriter::WriteCallSiteIds(Stream* stream, bool reserve_only) { in WriteCallSiteIds()
Dcompact_dex_writer.cc144 bool reserve_only) { in WriteCodeItem()