Searched refs:DexAnnotationSetItem (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexFile.h455 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 { struct
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* dexGetMethodAnnotationSetIte
[all...]
H A DDexSwapVerify.cpp1447 DexAnnotationSetItem* set = (DexAnnotationSetItem*) ptr;
1476 const DexAnnotationSetItem* set = (const DexAnnotationSetItem*) ptr;

Completed in 168 milliseconds