Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.h95 class ScopedDataSectionItem {
97 ScopedDataSectionItem(Stream* stream, dex_ir::Item* item, size_t alignment, Deduper* deduper);
98 ~ScopedDataSectionItem();
Dcompact_dex_writer.cc106 CompactDexWriter::ScopedDataSectionItem::ScopedDataSectionItem(Stream* stream, in ScopedDataSectionItem() function in art::CompactDexWriter::ScopedDataSectionItem
118 CompactDexWriter::ScopedDataSectionItem::~ScopedDataSectionItem() { in ~ScopedDataSectionItem()
138 size_t CompactDexWriter::ScopedDataSectionItem::Written() const { in Written()
147 ScopedDataSectionItem data_item(stream, in WriteCodeItem()
205 ScopedDataSectionItem data_item(stream, in WriteDebugInfoItem()
318 ScopedDataSectionItem data_item(stream, in WriteStringData()