Searched refs:pMethodId (Results 1 – 3 of 3) sorted by relevance
/dalvik/libdex/ |
D | DexProto.h | 88 const DexFile* pDexFile, const DexMethodId* pMethodId) in dexProtoSetFromMethodId() argument 91 pProto->protoIdx = pMethodId->protoIdx; in dexProtoSetFromMethodId() 124 const DexMethodId* pMethodId, DexStringCache* pCache) in dexGetDescriptorFromMethodId() argument 128 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId); in dexGetDescriptorFromMethodId() 138 const DexMethodId* pMethodId) in dexCopyDescriptorFromMethodId() argument 142 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId); in dexCopyDescriptorFromMethodId()
|
/dalvik/dexlist/ |
D | DexList.cpp | 97 const DexMethodId* pMethodId; in dumpMethod() local 107 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpMethod() 108 methodName = dexStringById(pDexFile, pMethodId->nameIdx); in dumpMethod() 110 classDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpMethod() 128 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpMethod() 132 char* desc = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in dumpMethod()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 621 const DexMethodId *pMethodId in dumpPositions() local 624 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions() 626 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpPositions() 647 const DexMethodId *pMethodId in dumpLocals() local 650 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals() 652 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpLocals() 661 const DexMethodId* pMethodId; in getMethodInfo() local 666 pMethodId = dexGetMethodId(pDexFile, methodIdx); in getMethodInfo() 667 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo() 668 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in getMethodInfo() [all …]
|