Searched refs:dexStringById (Results 1 – 5 of 5) sorted by relevance
/dalvik/dexdump/ |
D | DexDump.cpp | 668 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo() 687 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx); in getFieldInfo() 781 dexStringById(pDexFile, index), width, index); in indexString() 1169 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod() 1312 name = dexStringById(pDexFile, pFieldId->nameIdx); in dumpSField() 1517 fileName = dexStringById(pDexFile, pClassDef->sourceFileIdx); in dumpClass() 1599 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethodMap()
|
/dalvik/libdex/ |
D | DexFile.h | 671 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) { in dexStringById() function 693 return dexStringById(pDexFile, typeId->descriptorIdx); in dexStringByTypeIdx() 790 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 | 567 dexStringById(state->pDexFile, item->descriptorIdx); in crossVerifyTypeIdItem() 648 dexStringById(state->pDexFile, item->shortyIdx); in crossVerifyProtoIdItem() 766 s = dexStringById(state->pDexFile, item->nameIdx); in crossVerifyFieldIdItem() 832 s = dexStringById(state->pDexFile, item->nameIdx); in crossVerifyMethodIdItem() 2310 const char* name = dexStringById(state->pDexFile, idx); in verifyEncodedAnnotation()
|