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

  /dalvik/libdex/
DexFile.h 374 u4 methodsSize; /* count of DexMethodAnnotationsItem */
377 /* followed by DexMethodAnnotationsItem[methodsSize] */
392 struct DexMethodAnnotationsItem {
850 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
862 return (const DexMethodAnnotationsItem*) addr;
874 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
892 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
DexSwapVerify.cpp     [all...]
  /dalvik/vm/reflect/
Annotation.cpp     [all...]

Completed in 117 milliseconds