Searched refs:pMethodId (Results 1 – 2 of 2) 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/dexdump/ |
D | DexDump.cpp | 622 const DexMethodId *pMethodId in dumpPositions() local 625 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpPositions() 627 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpPositions() 648 const DexMethodId *pMethodId in dumpLocals() local 651 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in dumpLocals() 653 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx, in dumpLocals() 662 const DexMethodId* pMethodId; in getMethodInfo() local 667 pMethodId = dexGetMethodId(pDexFile, methodIdx); in getMethodInfo() 668 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx); in getMethodInfo() 669 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in getMethodInfo() [all …]
|