HomeSort by relevance Sort by last modified time
    Searched refs:dexStringById (Results 1 - 6 of 6) sorted by null

  /dalvik/dexlist/
DexList.cpp 108 methodName = dexStringById(pDexFile, pMethodId->nameIdx);
175 fileName = dexStringById(pDexFile, pClassDef->sourceFileIdx);
  /dalvik/dexdump/
DexDump.cpp 667 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
686 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx);
780 dexStringById(pDexFile, index), width, index);
    [all...]
  /dalvik/libdex/
DexFile.h 629 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) {
651 return dexStringById(pDexFile, typeId->descriptorIdx);
748 return dexStringById(pDexFile, pClassDef->sourceFileIdx);
DexDebugInfo.cpp 92 return dexStringById(pDexFile, stringIdx - 1);
DexProto.cpp 129 return dexStringById(pProto->dexFile, protoId->shortyIdx);
DexSwapVerify.cpp 593 dexStringById(state->pDexFile, item->descriptorIdx);
674 dexStringById(state->pDexFile, item->shortyIdx);
792 s = dexStringById(state->pDexFile, item->nameIdx);
858 s = dexStringById(state->pDexFile, item->nameIdx);
    [all...]

Completed in 159 milliseconds