| Package | Description |
|---|---|
| com.android.dx.dex.file |
| Modifier and Type | Class and Description |
|---|---|
class |
CallSiteIdsSection
A section in the DEX file for call site identifiers.
|
class |
ClassDefsSection
Class definitions list section of a
.dex file. |
class |
FieldIdsSection
Field refs list section of a
.dex file. |
class |
HeaderSection
File header section of a
.dex file. |
class |
MemberIdsSection
Member (field or method) refs list section of a
.dex file. |
class |
MethodHandlesSection |
class |
MethodIdsSection
Method refs list section of a
.dex file. |
class |
MixedItemSection
A section of a
.dex file which consists of a sequence of
OffsettedItem objects, which may each be of a different concrete
class and/or size. |
class |
ProtoIdsSection
Proto (method prototype) identifiers list section of a
.dex file. |
class |
StringIdsSection
Strings list section of a
.dex file. |
class |
TypeIdsSection
Type identifiers list section of a
.dex file. |
class |
UniformItemSection
A section of a
.dex file which consists of a sequence of
Item objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Statistics.addAll(Section list)
Adds the given list of items to the statistics.
|
static void |
MapItem.addMap(Section[] sections,
MixedItemSection mapSection)
Constructs a list item with instances of this class representing
the contents of the given array of sections, adding it to the
given map section.
|
int |
OffsettedItem.place(Section addedTo,
int offset)
Indicates that this item has been added to the given section at
the given offset.
|
protected void |
DebugInfoItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
CallSiteItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
AnnotationsDirectoryItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
AnnotationSetItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
EncodedArrayItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
UniformListItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
OffsettedItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
AnnotationItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
ClassDataItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
protected void |
CodeItem.place0(Section addedTo,
int offset)
Does additional work required when placing an instance.
|
Copyright © 2020. All Rights Reserved.