Searched refs:pMethodId (Results 1 - 10 of 10) 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.cpp2155 const DexMethodId* pMethodId; local
2158 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
2160 meth->name = dexStringById(pDexFile, pMethodId->nameIdx);
2161 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/dexdump/
H A DDexDump.cpp621 const DexMethodId *pMethodId local
624 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
626 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
647 const DexMethodId *pMethodId local
650 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
652 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
661 const DexMethodId* pMethodId; local
666 pMethodId = dexGetMethodId(pDexFile, methodIdx);
667 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
668 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId);
1149 const DexMethodId* pMethodId; local
1587 const DexMethodId* pMethodId; local
[all...]
/dalvik/vm/analysis/
H A DOptimize.cpp770 const DexMethodId* pMethodId; local
773 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx);
775 resClass = dvmOptResolveClass(referrer, pMethodId->classIdx, pFailure);
782 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx));
800 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId);
804 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
808 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx), &proto);
813 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx));
839 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx),
993 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/native/
H A Ddalvik_system_VMRuntime.cpp349 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, methodIdx); local
350 ClassObject* clazz = dvmDexGetResolvedClass(pDvmDex, pMethodId->classIdx);
359 const char* methodName = dexStringById(pDexFile, pMethodId->nameIdx);
361 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
/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);
1584 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, methodIdx); local
1585 const char* str = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
1589 str = dexStringById(pDexFile, pMethodId->nameIdx);
1593 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
/dalvik/vm/interp/
H A DInterp.cpp1307 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); local
1308 ref = pMethodId->classIdx;
1361 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref); local
1362 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, pMethodId->classIdx);
1363 const char* methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);

Completed in 776 milliseconds