Searched refs:Item (Results 1 – 6 of 6) sorted by relevance
/art/dexlayout/ |
D | dex_ir.h | 305 class Item { 307 Item() { } in Item() function 308 virtual ~Item() { } in ~Item() 310 Item(Item&&) = default; 325 Item(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { } in Item() function 335 class IndexedItem : public Item { 345 : Item(offset, size), index_(index) { } in IndexedItem() 350 class Header : public Item { 363 : Item(0, kHeaderItemSize), support_default_methods_(support_default_methods) { in Header() 393 : Item(0, kHeaderItemSize), in Header() [all …]
|
D | compact_dex_writer.h | 100 ScopedDataSectionItem(Stream* stream, dex_ir::Item* item, size_t alignment, Deduper* deduper); 106 dex_ir::Item* const item_;
|
D | dex_writer.h | 273 void ProcessOffset(Stream* stream, dex_ir::Item* item);
|
D | dex_visualize.cc | 107 void DumpAddressRange(const dex_ir::Item* item, int class_index) { in DumpAddressRange()
|
D | compact_dex_writer.cc | 108 dex_ir::Item* item, in ScopedDataSectionItem()
|
D | dex_writer.cc | 987 void DexWriter::ProcessOffset(Stream* stream, dex_ir::Item* item) { in ProcessOffset()
|