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

  /dalvik/libdex/
DexFile.h 372 u4 classAnnotationsOff; /* offset to DexAnnotationSetItem */
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */
394 u4 annotationsOff; /* offset to DexAnnotationSetItem */
409 u4 annotationsOff; /* offset to DexAnnotationSetItem */
423 struct DexAnnotationSetItem {
809 DEX_INLINE const DexAnnotationSetItem* dexGetAnnotationSetItem(
815 return (const DexAnnotationSetItem*) (pDexFile->baseAddr + offset);
818 DEX_INLINE const DexAnnotationSetItem* dexGetClassAnnotationSet(
845 DEX_INLINE const DexAnnotationSetItem* dexGetFieldAnnotationSetItem(
877 DEX_INLINE const DexAnnotationSetItem* dexGetMethodAnnotationSetItem
    [all...]
DexSwapVerify.cpp     [all...]

Completed in 64 milliseconds