Home
last modified time | relevance | path

Searched refs:dexStringById (Results 1 – 5 of 5) sorted by relevance

/dalvik/dexdump/
DDexDump.cpp668 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/
DDexFile.h671 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()
DDexDebugInfo.cpp92 return dexStringById(pDexFile, stringIdx - 1); in readStringIdx()
DDexProto.cpp129 return dexStringById(pProto->dexFile, protoId->shortyIdx); in dexProtoGetShorty()
DDexSwapVerify.cpp567 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()