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

  /dalvik/libdex/
DexFile.h 462 u4 methodsSize; /* count of DexMethodAnnotationsItem */
465 /* followed by DexMethodAnnotationsItem[methodsSize] */
480 struct DexMethodAnnotationsItem {
940 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
953 return (const DexMethodAnnotationsItem*) addr;
966 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
985 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
    [all...]
DexSwapVerify.cpp     [all...]

Completed in 735 milliseconds