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

  /dalvik/libdex/
DexFile.h 374 u4 methodsSize; /* count of DexMethodAnnotationsItem */
377 /* followed by DexMethodAnnotationsItem[methodsSize] */
392 struct DexMethodAnnotationsItem {
852 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
865 return (const DexMethodAnnotationsItem*) addr;
878 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
897 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
DexSwapVerify.cpp     [all...]

Completed in 48 milliseconds