/dalvik/vm/oo/ |
D | Resolve.c | 203 const char* name = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx); in dvmResolveMethod() 322 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx); in dvmResolveInterfaceMethod() 405 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx), in dvmResolveInstField() 409 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx)); in dvmResolveInstField() 458 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx), in dvmResolveStaticField() 462 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx)); in dvmResolveStaticField()
|
D | Class.c | 2074 meth->name = dexStringById(pDexFile, pMethodId->nameIdx); in loadMethodFromDex() 2248 sfield->field.name = dexStringById(pDexFile, pFieldId->nameIdx); in loadSFieldFromDex() 2276 ifield->field.name = dexStringById(pDexFile, pFieldId->nameIdx); in loadIFieldFromDex()
|
/dalvik/vm/analysis/ |
D | ReduceConstants.c | 629 methodName = dexStringById(pDexFile, pMethodId->nameIdx); in markUsedConstants() 657 methodName = dexStringById(pDexFile, pMethodId->nameIdx); in updateUsedConstants() 693 classDescr = dexStringById(pDexFile, pDexTypeId->descriptorIdx); in summarizeResults() 709 methodName = dexStringById(pDexFile, pDexMethodId->nameIdx); in summarizeResults() 712 classDescr = dexStringById(pDexFile, pDexTypeId->descriptorIdx); in summarizeResults() 727 fieldName = dexStringById(pDexFile, pDexFieldId->nameIdx); in summarizeResults() 730 classDescr = dexStringById(pDexFile, pDexTypeId->descriptorIdx); in summarizeResults() 741 str = dexStringById(pDexFile, i); in summarizeResults()
|
D | DexOptimize.c | 1769 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx), in dvmOptResolveInstField() 1774 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx)); in dvmOptResolveInstField() 1782 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx)); in dvmOptResolveInstField() 1842 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx), in dvmOptResolveStaticField() 1853 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx)); in dvmOptResolveStaticField() 1959 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx)); in dvmOptResolveMethod() 1981 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto); in dvmOptResolveMethod() 1985 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto); in dvmOptResolveMethod() 1990 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx)); in dvmOptResolveMethod() 2016 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), in dvmOptResolveMethod() [all …]
|
D | RegisterMap.c | 2371 methodName = dexStringById(pDexFile, pMethodId->nameIdx);
|
D | CodeVerify.c | 1048 methodName = dexStringById(pDexFile, pMethodId->nameIdx); in verifyInvocationArgs() 2559 dexStringById(pDexFile, pFieldId->nameIdx), in getStaticField()
|
/dalvik/dexlist/ |
D | DexList.c | 96 methodName = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod() 155 fileName = dexStringById(pDexFile, pClassDef->sourceFileIdx); in dumpClass()
|
/dalvik/dexdump/ |
D | DexDump.c | 561 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo() 580 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx); in getFieldInfo() 692 dexStringById(pDexFile, pDecInsn->vB), pDecInsn->vB); in dumpInstruction() 768 dexStringById(pDexFile, pDecInsn->vB), pDecInsn->vB); in dumpInstruction() 1013 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod() 1156 name = dexStringById(pDexFile, pFieldId->nameIdx); in dumpSField() 1361 fileName = dexStringById(pDexFile, pClassDef->sourceFileIdx); in dumpClass() 1443 name = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethodMap()
|
/dalvik/libdex/ |
D | DexFile.h | 616 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) { in dexStringById() function 638 return dexStringById(pDexFile, typeId->descriptorIdx); in dexStringByTypeIdx() 735 return dexStringById(pDexFile, pClassDef->sourceFileIdx); in dexGetSourceFile()
|
D | DexProto.c | 132 return dexStringById(pProto->dexFile, protoId->shortyIdx); in dexProtoGetShorty()
|
D | DexSwapVerify.c | 560 dexStringById(state->pDexFile, item->descriptorIdx); in crossVerifyTypeIdItem() 641 dexStringById(state->pDexFile, item->shortyIdx); in crossVerifyProtoIdItem() 759 s = dexStringById(state->pDexFile, item->nameIdx); in crossVerifyFieldIdItem() 825 s = dexStringById(state->pDexFile, item->nameIdx); in crossVerifyMethodIdItem() 2254 const char* name = dexStringById(state->pDexFile, idx); in verifyEncodedAnnotation()
|
D | DexFile.c | 998 return dexStringById(pDexFile, stringIdx - 1); in readStringIdx()
|
/dalvik/vm/reflect/ |
D | Annotation.c | 320 name = dexStringById(pDexFile, pMethodId->nameIdx); in resolveAmbiguousMethod() 725 name = dexStringById(pDexFile, elementNameIdx); in createAnnotationMember() 1110 elemName = dexStringById(pDexFile, elementNameIdx); in searchEncodedAnnotation() 1538 str = dexStringById(pDexFile, pMethodId->nameIdx); in compareMethodStr() 1827 str = dexStringById(pDexFile, pFieldId->nameIdx); in compareFieldStr()
|
/dalvik/vm/interp/ |
D | Interp.c | 753 fieldName = dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx); in fieldNameFromIndex() 786 methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx); in methodNameFromIndex()
|