HomeSort by relevance Sort by last modified time
    Searched refs:DexFieldAnnotationsItem (Results 1 - 2 of 2) sorted by null

  /dalvik/libdex/
DexFile.h 456 u4 fieldsSize; /* count of DexFieldAnnotationsItem */
459 /* followed by DexFieldAnnotationsItem[fieldsSize] */
467 struct DexFieldAnnotationsItem {
908 DEX_INLINE const DexFieldAnnotationsItem* dexGetFieldAnnotations(
916 return (const DexFieldAnnotationsItem*) &pAnnoDir[1];
929 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
947 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
979 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
    [all...]
DexSwapVerify.cpp     [all...]

Completed in 1370 milliseconds