OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DexField
(Results
1 - 2
of
2
) sorted by null
/cts/tools/dex-tools/src/dex/structure/
DexField.java
20
* {@code
DexField
} represents a field.
22
public interface
DexField
extends DexAnnotatedElement, WithModifiers,
26
* Returns the name of the type of this {@code
DexField
}.
28
* @return the name of the type of this {@code
DexField
}
/dalvik/libdex/
DexClass.h
36
struct
DexField
{
53
DexField
* staticFields;
54
DexField
* instanceFields;
77
DexField
* pField, u4* lastIndex);
136
DEX_INLINE void dexReadClassDataField(const u1** pData,
DexField
* pField,
Completed in 82 milliseconds