Lines Matching refs:classIdx
418 printf("class_idx : %d\n", pClassDef->classIdx); in dumpClassDef()
518 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions()
544 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals()
565 dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in getMethodInfo()
583 dexStringByTypeIdx(pDexFile, pFieldId->classIdx); in getFieldInfo()
591 const char* getClassDescriptor(DexFile* pDexFile, u4 classIdx) in getClassDescriptor() argument
593 return dexStringByTypeIdx(pDexFile, classIdx); in getClassDescriptor()
1016 backDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod()
1158 backDescriptor = dexStringByTypeIdx(pDexFile, pFieldId->classIdx); in dumpSField()
1239 classDescriptor = dexStringByTypeIdx(pDexFile, pClassDef->classIdx); in dumpClass()
1529 classDescriptor = dexStringByTypeIdx(pDexFile, pClassDef->classIdx); in dumpRegisterMaps()