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

  /dalvik/libdex/
DexFile.h 717 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) {
739 return dexStringById(pDexFile, typeId->descriptorIdx);
836 return dexStringById(pDexFile, pClassDef->sourceFileIdx);
    [all...]
DexDebugInfo.cpp 40 return dexStringById(pDexFile, stringIdx - 1);
DexProto.cpp 129 return dexStringById(pProto->dexFile, protoId->shortyIdx);
DexSwapVerify.cpp 577 dexStringById(state->pDexFile, item->descriptorIdx);
658 dexStringById(state->pDexFile, item->shortyIdx);
776 s = dexStringById(state->pDexFile, item->nameIdx);
842 s = dexStringById(state->pDexFile, item->nameIdx);
    [all...]
  /dalvik/dexdump/
DexDump.cpp 675 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
694 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx);
857 dexStringById(pDexFile, index), width, index);
    [all...]

Completed in 242 milliseconds