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

  /dalvik/libdex/
DexProto.cpp 144 length += strlen(dexStringByTypeIdx(dexFile, idx));
147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
156 const char* desc = dexStringByTypeIdx(dexFile, idx);
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
214 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx);
282 strcmp(dexStringByTypeIdx(dexFile1, protoId1->returnTypeIdx),
283 dexStringByTypeIdx(dexFile2, protoId2->returnTypeIdx));
299 strcmp(dexStringByTypeIdx(dexFile1, idx1),
300 dexStringByTypeIdx(dexFile2, idx2));
522 return dexStringByTypeIdx(pIterator->proto->dexFile, idx)
    [all...]
DexFile.h 732 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) {
870 return dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
879 return dexStringByTypeIdx(pDexFile, pClassDef->superclassIdx);
    [all...]
DexDebugInfo.cpp 108 return dexStringByTypeIdx(pDexFile, typeIdx - 1);
DexSwapVerify.cpp 666 dexStringByTypeIdx(state->pDexFile, item->returnTypeIdx),
764 s = dexStringByTypeIdx(state->pDexFile, item->classIdx);
770 s = dexStringByTypeIdx(state->pDexFile, item->typeIdx);
836 s = dexStringByTypeIdx(state->pDexFile, item->classIdx);
961 const char* descriptor = dexStringByTypeIdx(state->pDexFile, classIdx);
    [all...]
DexFile.cpp 244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
  /dalvik/dexdump/
DexDump.cpp 561 dexStringByTypeIdx(pDexFile, pTypeItem->typeIdx);
608 dexStringByTypeIdx(pDexFile, handler->typeIdx);
632 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
658 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
679 dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
695 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
697 dexStringByTypeIdx(pDexFile, pFieldId->classIdx);
716 pProtoInfo->returnType = dexStringByTypeIdx(pDexFile, protoId->returnTypeIdx);
740 const char* param = dexStringByTypeIdx(pDexFile, paramTypes->list[i].typeIdx);
764 return dexStringByTypeIdx(pDexFile, classIdx)
    [all...]

Completed in 680 milliseconds