Home | History | Annotate | Download | only in dexdump

Lines Matching refs:u4

94 static inline u4 get4LE(unsigned char const* pSrc)
215 static const char* quotedVisibility(u4 accessFlags)
230 static int countOnes(u4 val)
253 * they're u4.
255 static char* createAccessFlagStr(u4 flags, AccessFor forWhat)
467 const u4* pOpt = (const u4*) ((u1*) pOptHeader + pOptHeader->optOffset);
481 u4 size = *(pOpt+1);
500 pOpt += size / sizeof(u4);
569 u4 triesSize = pCode->triesSize;
579 u4 i;
583 u4 start = pTry->startAddr;
584 u4 end = start + pTry->insnCount;
608 static int dumpPositionsCb(void *cnxt, u4 address, u4 lineNum)
630 static void dumpLocalsCb(void *cnxt, u2 reg, u4 startAddress,
631 u4 endAddress, const char *name, const char *descriptor,
659 bool getMethodInfo(DexFile* pDexFile, u4 methodIdx, FieldMethodInfo* pMethInfo)
678 bool getFieldInfo(DexFile* pDexFile, u4 fieldIdx, FieldMethodInfo* pFieldInfo)
697 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx)
715 u4 index;
716 u4 width;
982 u4 i;
1655 const u4* classOffsets;
1657 u4 numClasses;
1668 ptr += sizeof(u4);
1669 classOffsets = (const u4*) ptr;