Searched refs:dexStringByTypeIdx (Results 1 - 6 of 6) sorted by relevance

/dalvik/libdex/
H A DDexProto.cpp144 length += strlen(dexStringByTypeIdx(dexFile, idx));
147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
156 const char* desc = dexStringByTypeIdx(dexFile, idx);
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
214 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx);
282 strcmp(dexStringByTypeIdx(dexFile1, protoId1->returnTypeIdx),
283 dexStringByTypeIdx(dexFile2, protoId2->returnTypeIdx));
299 strcmp(dexStringByTypeIdx(dexFile1, idx1),
300 dexStringByTypeIdx(dexFile2, idx2));
522 return dexStringByTypeIdx(pIterato
[all...]
H A DDexFile.h732 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) { function
870 return dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
879 return dexStringByTypeIdx(pDexFile, pClassDef->superclassIdx);
H A DDexDebugInfo.cpp108 return dexStringByTypeIdx(pDexFile, typeIdx - 1);
H A DDexSwapVerify.cpp666 dexStringByTypeIdx(state->pDexFile, item->returnTypeIdx),
764 s = dexStringByTypeIdx(state->pDexFile, item->classIdx);
770 s = dexStringByTypeIdx(state->pDexFile, item->typeIdx);
836 s = dexStringByTypeIdx(state->pDexFile, item->classIdx);
961 const char* descriptor = dexStringByTypeIdx(state->pDexFile, classIdx);
988 descriptor = dexStringByTypeIdx(state->pDexFile, item->superclassIdx);
1006 descriptor = dexStringByTypeIdx(state->pDexFile,
1028 dexStringByTypeIdx(state->pDexFile, idx1));
2388 const char* descriptor = dexStringByTypeIdx(state->pDexFile, idx);
H A DDexFile.cpp244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
/dalvik/dexdump/
H A DDexDump.cpp561 dexStringByTypeIdx(pDexFile, pTypeItem->typeIdx);
608 dexStringByTypeIdx(pDexFile, handler->typeIdx);
632 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
658 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
679 dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
695 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
697 dexStringByTypeIdx(pDexFile, pFieldId->classIdx);
716 pProtoInfo->returnType = dexStringByTypeIdx(pDexFile, protoId->returnTypeIdx);
740 const char* param = dexStringByTypeIdx(pDexFile, paramTypes->list[i].typeIdx);
764 return dexStringByTypeIdx(pDexFil
[all...]

Completed in 69 milliseconds