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

  /dalvik/vm/reflect/
Annotation.cpp 832 const DexAnnotationItem* pAnnoItem;
882 static const DexAnnotationItem* getAnnotationItemFromAnnotationSet(
887 const DexAnnotationItem* pAnnoItem;
931 const DexAnnotationItem* pAnnoItem = getAnnotationItemFromAnnotationSet(
    [all...]
  /dalvik/libdex/
DexFile.h 425 u4 entries[1]; /* offset to DexAnnotationItem */
433 struct DexAnnotationItem {
947 DEX_INLINE const DexAnnotationItem* dexGetAnnotationItem(
954 return (const DexAnnotationItem*) (pDexFile->baseAddr + offset);
DexSwapVerify.cpp     [all...]

Completed in 149 milliseconds