OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldIdsSection
(Results
1 - 22
of
22
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java
30
public final class
FieldIdsSection
extends MemberIdsSection {
42
public
FieldIdsSection
(DexFile file) {
FieldAnnotationStruct.java
77
FieldIdsSection
fieldIds = file.getFieldIds();
DexFile.java
74
private final
FieldIdsSection
fieldIds;
117
fieldIds = new
FieldIdsSection
(this);
359
/*package*/
FieldIdsSection
getFieldIds() {
EncodedField.java
100
FieldIdsSection
fieldIds = file.getFieldIds();
/dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java
30
public final class
FieldIdsSection
extends MemberIdsSection {
42
public
FieldIdsSection
(DexFile file) {
FieldAnnotationStruct.java
77
FieldIdsSection
fieldIds = file.getFieldIds();
DexFile.java
77
private final
FieldIdsSection
fieldIds;
122
fieldIds = new
FieldIdsSection
(this);
378
public
FieldIdsSection
getFieldIds() {
EncodedField.java
99
FieldIdsSection
fieldIds = file.getFieldIds();
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldIdsSection.java
30
public final class
FieldIdsSection
extends MemberIdsSection {
42
public
FieldIdsSection
(DexFile file) {
FieldAnnotationStruct.java
77
FieldIdsSection
fieldIds = file.getFieldIds();
DexFile.java
79
private final
FieldIdsSection
fieldIds;
124
fieldIds = new
FieldIdsSection
(this);
380
/*package*/
FieldIdsSection
getFieldIds() {
EncodedField.java
100
FieldIdsSection
fieldIds = file.getFieldIds();
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
EnumEncodedValue.java
50
value = dexFile.
FieldIdsSection
.getItemByIndex(index);
FieldEncodedValue.java
50
value = dexFile.
FieldIdsSection
.getItemByIndex(index);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java
231
out.annotate("field_ids_size: " + dexFile.
FieldIdsSection
.getItems().size());
232
out.writeInt(dexFile.
FieldIdsSection
.getItems().size());
234
out.annotate("field_ids_off: 0x" + Integer.toHexString(dexFile.
FieldIdsSection
.getOffset()));
235
out.writeInt(dexFile.
FieldIdsSection
.getOffset());
DexFile.java
193
FieldIdsSection
,
214
FieldIdsSection
,
405
FieldIdsSection
,
754
public final IndexedSection<FieldIdItem>
FieldIdsSection
=
[
all
...]
FieldIdItem.java
81
return dexFile.
FieldIdsSection
.intern(fieldIdItem);
97
return dexFile.
FieldIdsSection
.getInternedItem(fieldIdItem);
AnnotationDirectoryItem.java
153
FieldIdItem fieldIdItem = dexFile.
FieldIdsSection
.getItemByIndex(in.readInt());
ClassDataItem.java
637
field = dexFile.
FieldIdsSection
.getItemByIndex(in.readUnsignedLeb128() + previousIndex);
[
all
...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
InstructionWithReference.java
79
referencedItem = dexFile.
FieldIdsSection
.getItemByIndex(itemIndex);
/dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java
35
import com.android.dx.dex.file.
FieldIdsSection
;
135
FieldIdsSection
fieldIdsSection
= dexFile.getFieldIds();
138
processFields(cf, out,
fieldIdsSection
);
152
fieldIdsSection
.intern((CstFieldRef) constant);
154
fieldIdsSection
.intern(((CstEnumRef) constant).getFieldRef());
170
DirectClassFile cf, ClassDefItem out,
FieldIdsSection
fieldIdsSection
) {
198
fieldIdsSection
.intern(field);
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 335 milliseconds