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 {
849 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
861 return (const DexMethodAnnotationsItem*) addr;
873 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
891 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
DexSwapVerify.cpp     [all...]
  /dalvik/vm/reflect/
Annotation.cpp     [all...]

Completed in 19 milliseconds