Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.h98 class ScopedDataSectionItem {
100 ScopedDataSectionItem(Stream* stream, dex_ir::Item* item, size_t alignment, Deduper* deduper);
101 ~ScopedDataSectionItem();
Dcompact_dex_writer.cc108 CompactDexWriter::ScopedDataSectionItem::ScopedDataSectionItem(Stream* stream, in ScopedDataSectionItem() function in art::CompactDexWriter::ScopedDataSectionItem
120 CompactDexWriter::ScopedDataSectionItem::~ScopedDataSectionItem() { in ~ScopedDataSectionItem()
137 size_t CompactDexWriter::ScopedDataSectionItem::Written() const { in Written()
146 ScopedDataSectionItem data_item(stream, in WriteCodeItem()
204 ScopedDataSectionItem data_item(stream, in WriteDebugInfoItem()
323 ScopedDataSectionItem data_item(stream, in WriteStringData()