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

  /dalvik/vm/reflect/
Annotation.c 892 const DexAnnotationSetItem* pAnnoSet, int visibility)
    [all...]
  /dalvik/libdex/
DexFile.h 349 u4 classAnnotationsOff; /* offset to DexAnnotationSetItem */
363 u4 annotationsOff; /* offset to DexAnnotationSetItem */
371 u4 annotationsOff; /* offset to DexAnnotationSetItem */
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */
400 typedef struct DexAnnotationSetItem {
403 } DexAnnotationSetItem;
811 DEX_INLINE const DexAnnotationSetItem* dexGetAnnotationSetItem(
814 return (const DexAnnotationSetItem*) (pDexFile->baseAddr + offset);
817 DEX_INLINE const DexAnnotationSetItem* dexGetClassAnnotationSet(
844 DEX_INLINE const DexAnnotationSetItem* dexGetFieldAnnotationSetItem
    [all...]
DexSwapVerify.c     [all...]

Completed in 28 milliseconds