Lines Matching refs:DumpAddressRange
100 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()
183 DumpAddressRange(method, class_index); in DumpMethodItem()
190 DumpAddressRange(code_item, class_index); in DumpMethodItem()
262 dumper->DumpAddressRange(class_def, class_index); in VisualizeDexLayout()
270 dumper->DumpAddressRange(class_def->InterfacesOffset(), kInterfaceSizeKludge, class_index); in VisualizeDexLayout()
274 dumper->DumpAddressRange(class_def->Annotations(), class_index); in VisualizeDexLayout()
279 dumper->DumpAddressRange(class_data, class_index); in VisualizeDexLayout()