Lines Matching refs:classIdx
519 printf("class_idx : %d\n", pClassDef->classIdx); in dumpClassDef()
619 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions()
645 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals()
666 dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in getMethodInfo()
684 dexStringByTypeIdx(pDexFile, pFieldId->classIdx); in getFieldInfo()
692 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx) in getClassDescriptor() argument
694 return dexStringByTypeIdx(pDexFile, classIdx); in getClassDescriptor()
1132 backDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod()
1274 backDescriptor = dexStringByTypeIdx(pDexFile, pFieldId->classIdx); in dumpSField()
1355 classDescriptor = dexStringByTypeIdx(pDexFile, pClassDef->classIdx); in dumpClass()
1645 classDescriptor = dexStringByTypeIdx(pDexFile, pClassDef->classIdx); in dumpRegisterMaps()