HomeSort by relevance Sort by last modified time
    Searched refs:dexStringByTypeIdx (Results 1 - 17 of 17) 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 649 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) {
787 return dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
796 return dexStringByTypeIdx(pDexFile, pClassDef->superclassIdx);
DexDebugInfo.cpp 108 return dexStringByTypeIdx(pDexFile, typeIdx - 1);
DexSwapVerify.cpp 682 dexStringByTypeIdx(state->pDexFile, item->returnTypeIdx),
780 s = dexStringByTypeIdx(state->pDexFile, item->classIdx);
786 s = dexStringByTypeIdx(state->pDexFile, item->typeIdx);
852 s = dexStringByTypeIdx(state->pDexFile, item->classIdx);
971 const char* descriptor = dexStringByTypeIdx(state->pDexFile, classIdx);
    [all...]
DexFile.cpp 244 pString = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
  /dalvik/vm/oo/
Resolve.cpp 90 className = dexStringByTypeIdx(pDvmDex->pDexFile, classIdx);
158 dexStringByTypeIdx(pDvmDex->pDexFile, classIdx));
405 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
464 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
Class.cpp     [all...]
  /dalvik/dexdump/
DexDump.cpp 550 dexStringByTypeIdx(pDexFile, pTypeItem->typeIdx);
597 dexStringByTypeIdx(pDexFile, handler->typeIdx);
621 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
647 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
668 dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
684 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
686 dexStringByTypeIdx(pDexFile, pFieldId->classIdx);
696 return dexStringByTypeIdx(pDexFile, classIdx);
    [all...]
  /dalvik/dexlist/
DexList.cpp 110 classDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
  /dalvik/vm/analysis/
Optimize.cpp 448 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, classIdx);
459 dexStringByTypeIdx(pDvmDex->pDexFile, classIdx));
542 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
617 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
    [all...]
DexPrepare.cpp     [all...]
CodeVerify.cpp     [all...]
DexVerify.cpp 410 classDescriptor = dexStringByTypeIdx(pDvmDex->pDexFile, idx);
435 classDescriptor = dexStringByTypeIdx(pDvmDex->pDexFile, idx);
    [all...]
RegisterMap.cpp 729 classDescriptor = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
    [all...]
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 440 dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
  /dalvik/vm/reflect/
Annotation.cpp 428 const char* desc = dexStringByTypeIdx(pDexFile, idx);
    [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]

Completed in 462 milliseconds