HomeSort by relevance Sort by last modified time
    Searched refs:pMethodId (Results 1 - 3 of 3) sorted by null

  /dalvik/libdex/
DexProto.h 88 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);
  /dalvik/dexlist/
DexList.cpp 97 const DexMethodId* pMethodId;
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/
DexDump.cpp 621 const DexMethodId *pMethodId
624 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
626 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
647 const DexMethodId *pMethodId
650 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
652 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
661 const DexMethodId* pMethodId;
666 pMethodId = dexGetMethodId(pDexFile, methodIdx);
667 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
668 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId);
    [all...]

Completed in 262 milliseconds