HomeSort by relevance Sort by last modified time
    Searched refs:DexFieldAnnotationsItem (Results 1 - 3 of 3) 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(
832 return (const DexFieldAnnotationsItem*) &pAnnoDir[1];
844 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
861 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
891 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
DexSwapVerify.cpp     [all...]
  /dalvik/vm/reflect/
Annotation.cpp     [all...]

Completed in 454 milliseconds