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

  /dalvik/libdex/
DexFile.h 457 u4 methodsSize; /* count of DexMethodAnnotationsItem */
460 /* followed by DexMethodAnnotationsItem[methodsSize] */
475 struct DexMethodAnnotationsItem {
935 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
948 return (const DexMethodAnnotationsItem*) addr;
961 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
980 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
    [all...]
DexSwapVerify.cpp     [all...]

Completed in 42 milliseconds