Searched refs:dexStringByTypeIdx (Results 1 – 7 of 7) sorted by relevance
/dalvik/libdex/ |
D | DexProto.cpp | 144 length += strlen(dexStringByTypeIdx(dexFile, idx)); in dexProtoGetMethodDescriptor() 147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor() 156 const char* desc = dexStringByTypeIdx(dexFile, idx); in dexProtoGetMethodDescriptor() 163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor() 214 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx); in dexProtoGetReturnType() 282 strcmp(dexStringByTypeIdx(dexFile1, protoId1->returnTypeIdx), in protoCompare() 283 dexStringByTypeIdx(dexFile2, protoId2->returnTypeIdx)); in protoCompare() 299 strcmp(dexStringByTypeIdx(dexFile1, idx1), in protoCompare() 300 dexStringByTypeIdx(dexFile2, idx2)); in protoCompare() 522 return dexStringByTypeIdx(pIterator->proto->dexFile, idx); in dexParameterIteratorNextDescriptor()
|
D | DexFile.h | 686 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) { in dexStringByTypeIdx() function 824 return dexStringByTypeIdx(pDexFile, pClassDef->classIdx); in dexGetClassDescriptor() 833 return dexStringByTypeIdx(pDexFile, pClassDef->superclassIdx); in dexGetSuperClassDescriptor()
|
D | DexSwapVerify.cpp | 656 dexStringByTypeIdx(state->pDexFile, item->returnTypeIdx), in crossVerifyProtoIdItem() 754 s = dexStringByTypeIdx(state->pDexFile, item->classIdx); in crossVerifyFieldIdItem() 760 s = dexStringByTypeIdx(state->pDexFile, item->typeIdx); in crossVerifyFieldIdItem() 826 s = dexStringByTypeIdx(state->pDexFile, item->classIdx); in crossVerifyMethodIdItem() 951 const char* descriptor = dexStringByTypeIdx(state->pDexFile, classIdx); in crossVerifyClassDefItem() 978 descriptor = dexStringByTypeIdx(state->pDexFile, item->superclassIdx); in crossVerifyClassDefItem() 996 descriptor = dexStringByTypeIdx(state->pDexFile, in crossVerifyClassDefItem() 1018 dexStringByTypeIdx(state->pDexFile, idx1)); in crossVerifyClassDefItem() 2271 const char* descriptor = dexStringByTypeIdx(state->pDexFile, idx); in verifyEncodedAnnotation()
|
D | DexDebugInfo.cpp | 108 return dexStringByTypeIdx(pDexFile, typeIdx - 1); in readTypeIdx()
|
D | DexFile.cpp | 244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx); in dexCreateClassLookup()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 553 dexStringByTypeIdx(pDexFile, pTypeItem->typeIdx); in dumpInterface() 600 dexStringByTypeIdx(pDexFile, handler->typeIdx); in dumpCatches() 624 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions() 650 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals() 671 dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in getMethodInfo() 687 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx); in getFieldInfo() 689 dexStringByTypeIdx(pDexFile, pFieldId->classIdx); in getFieldInfo() 699 return dexStringByTypeIdx(pDexFile, classIdx); in getClassDescriptor() 1165 backDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod() 1306 typeDescriptor = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx); in dumpSField() [all …]
|
/dalvik/dexlist/ |
D | DexList.cpp | 110 classDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod()
|