Searched defs:pMethodId (Results 1 - 9 of 9) sorted by relevance

/dalvik/libdex/
H A DDexProto.h88 const DexFile* pDexFile, const DexMethodId* pMethodId)
91 pProto->protoIdx = pMethodId->protoIdx;
124 const DexMethodId* pMethodId, DexStringCache* pCache)
128 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
138 const DexMethodId* pMethodId)
142 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
87 dexProtoSetFromMethodId(DexProto* pProto, const DexFile* pDexFile, const DexMethodId* pMethodId) argument
123 dexGetDescriptorFromMethodId(const DexFile* pDexFile, const DexMethodId* pMethodId, DexStringCache* pCache) argument
137 dexCopyDescriptorFromMethodId(const DexFile* pDexFile, const DexMethodId* pMethodId) argument
/dalvik/vm/oo/
H A DResolve.cpp181 const DexMethodId* pMethodId; local
188 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx);
190 resClass = dvmResolveClass(referrer, pMethodId->classIdx, false);
203 const char* name = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
205 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId);
291 const DexMethodId* pMethodId; local
296 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx);
298 resClass = dvmResolveClass(referrer, pMethodId->classIdx, false);
335 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
338 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId);
[all...]
H A DClass.cpp2152 const DexMethodId* pMethodId; local
2155 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
2157 meth->name = dexStringById(pDexFile, pMethodId->nameIdx);
2158 dexProtoSetFromMethodId(&meth->prototype, pDexFile, pMethodId);
/dalvik/dexlist/
H A DDexList.cpp97 const DexMethodId* pMethodId; local
107 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
108 methodName = dexStringById(pDexFile, pMethodId->nameIdx);
110 classDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
128 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
132 char* desc = dexCopyDescriptorFromMethodId(pDexFile, pMethodId);
/dalvik/vm/analysis/
H A DOptimize.cpp769 const DexMethodId* pMethodId; local
772 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx);
774 resClass = dvmOptResolveClass(referrer, pMethodId->classIdx, pFailure);
781 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx));
799 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId);
803 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
807 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
812 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx));
838 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx),
992 const DexMethodId* pMethodId; local
[all...]
H A DCodeVerify.cpp1128 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, pDecInsn->vB); local
1129 const char* methodName = dexStringById(pDexFile, pMethodId->nameIdx);
1130 char* methodDesc = dexCopyDescriptorFromMethodId(pDexFile, pMethodId);
1131 const char* classDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
/dalvik/vm/interp/
H A DInterp.cpp1309 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); local
1310 ref = pMethodId->classIdx;
1363 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); local
1364 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, pMethodId->classIdx);
1365 const char* methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
/dalvik/vm/reflect/
H A DAnnotation.cpp235 const DexMethodId* pMethodId; local
244 pMethodId = dexGetMethodId(pDexFile, methodIdx);
245 resClass = dvmResolveClass(referrer, pMethodId->classIdx, true);
258 name = dexStringById(pDexFile, pMethodId->nameIdx);
261 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
1566 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, methodIdx); local
1567 const char* str = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
1571 str = dexStringById(pDexFile, pMethodId->nameIdx);
1575 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
/dalvik/dexdump/
H A DDexDump.cpp618 const DexMethodId *pMethodId local
621 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
623 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
644 const DexMethodId *pMethodId local
647 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
649 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
658 const DexMethodId* pMethodId; local
663 pMethodId = dexGetMethodId(pDexFile, methodIdx);
664 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
665 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId);
1144 const DexMethodId* pMethodId; local
1582 const DexMethodId* pMethodId; local
[all...]

Completed in 1001 milliseconds