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

  /dalvik/libdex/
DexFile.h 351 u4 methodsSize; /* count of DexMethodAnnotationsItem */
354 /* followed by DexMethodAnnotationsItem[methodsSize] */
369 typedef struct DexMethodAnnotationsItem {
372 } DexMethodAnnotationsItem;
851 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
863 return (const DexMethodAnnotationsItem*) addr;
875 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
893 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
    [all...]
DexSwapVerify.c     [all...]
  /dalvik/vm/reflect/
Annotation.c     [all...]

Completed in 18 milliseconds