Searched refs:dexStringById (Results 1 – 5 of 5) sorted by relevance
/dalvik/dexdump/ |
D | DexDump.cpp | 675 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo() 694 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx); in getFieldInfo() 856 dexStringById(pDexFile, index), width, index); in indexString() 1279 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod() 1422 name = dexStringById(pDexFile, pFieldId->nameIdx); in dumpSField() 1627 fileName = dexStringById(pDexFile, pClassDef->sourceFileIdx); in dumpClass() 1709 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethodMap() 2028 dexStringById(pDexFile, idx)); in dumpCallSites()
|
/dalvik/libdex/ |
D | DexFile.h | 697 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) { in dexStringById() function 719 return dexStringById(pDexFile, typeId->descriptorIdx); in dexStringByTypeIdx() 816 return dexStringById(pDexFile, pClassDef->sourceFileIdx); in dexGetSourceFile()
|
D | DexDebugInfo.cpp | 92 return dexStringById(pDexFile, stringIdx - 1); in readStringIdx()
|
D | DexProto.cpp | 129 return dexStringById(pProto->dexFile, protoId->shortyIdx); in dexProtoGetShorty()
|
D | DexSwapVerify.cpp | 577 dexStringById(state->pDexFile, item->descriptorIdx); in crossVerifyTypeIdItem() 658 dexStringById(state->pDexFile, item->shortyIdx); in crossVerifyProtoIdItem() 776 s = dexStringById(state->pDexFile, item->nameIdx); in crossVerifyFieldIdItem() 842 s = dexStringById(state->pDexFile, item->nameIdx); in crossVerifyMethodIdItem() 2407 const char* name = dexStringById(state->pDexFile, idx); in verifyEncodedAnnotation()
|