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

  /dalvik/libdex/
DexFile.h 455 u4 classAnnotationsOff; /* offset to DexAnnotationSetItem */
469 u4 annotationsOff; /* offset to DexAnnotationSetItem */
477 u4 annotationsOff; /* offset to DexAnnotationSetItem */
492 u4 annotationsOff; /* offset to DexAnnotationSetItem */
506 struct DexAnnotationSetItem {
892 DEX_INLINE const DexAnnotationSetItem* dexGetAnnotationSetItem(
898 return (const DexAnnotationSetItem*) (pDexFile->baseAddr + offset);
901 DEX_INLINE const DexAnnotationSetItem* dexGetClassAnnotationSet(
928 DEX_INLINE const DexAnnotationSetItem* dexGetFieldAnnotationSetItem(
960 DEX_INLINE const DexAnnotationSetItem* dexGetMethodAnnotationSetItem
    [all...]
DexSwapVerify.cpp     [all...]

Completed in 43 milliseconds