OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexFieldAnnotationsItem
(Results
1 - 2
of
2
) sorted by null
/dalvik/libdex/
DexFile.h
373
u4 fieldsSize; /* count of
DexFieldAnnotationsItem
*/
376
/* followed by
DexFieldAnnotationsItem
[fieldsSize] */
384
struct
DexFieldAnnotationsItem
{
825
DEX_INLINE const
DexFieldAnnotationsItem
* dexGetFieldAnnotations(
833
return (const
DexFieldAnnotationsItem
*) &pAnnoDir[1];
846
const DexFile* pDexFile, const
DexFieldAnnotationsItem
* pItem)
864
addr += pAnnoDir->fieldsSize * sizeof (
DexFieldAnnotationsItem
);
896
addr += pAnnoDir->fieldsSize * sizeof (
DexFieldAnnotationsItem
);
DexSwapVerify.cpp
[
all
...]
Completed in 154 milliseconds