Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_visualize.cc100 void DumpAddressRange(uint32_t from, uint32_t size, int class_index) { in DumpAddressRange() function in art::Dumper
107 void DumpAddressRange(const dex_ir::Item* item, int class_index) { in DumpAddressRange() function in art::Dumper
109 DumpAddressRange(item->GetOffset(), item->GetSize(), class_index); in DumpAddressRange()
114 DumpAddressRange(string_data, class_index); in DumpStringData()
118 DumpAddressRange(string_id, class_index); in DumpStringId()
126 DumpAddressRange(type_id, class_index); in DumpTypeId()
131 DumpAddressRange(field_id, class_index); in DumpFieldId()
141 DumpAddressRange(field, class_index); in DumpFieldItem()
149 DumpAddressRange(proto_id, class_index); in DumpProtoId()
164 DumpAddressRange(method_id, class_index); in DumpMethodId()
[all …]