Home
last modified time | relevance | path

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

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