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

  /dalvik/vm/oo/
Resolve.cpp 181 const DexMethodId* pMethodId;
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;
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...]
Class.cpp     [all...]
  /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/vm/analysis/
Optimize.cpp 769 const DexMethodId* pMethodId;
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),
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/dexdump/
DexDump.cpp 618 const DexMethodId *pMethodId
621 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
623 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
644 const DexMethodId *pMethodId
647 = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);
649 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
658 const DexMethodId* pMethodId;
663 pMethodId = dexGetMethodId(pDexFile, methodIdx);
664 pMethInfo->name = dexStringById(pDexFile, pMethodId->nameIdx);
665 pMethInfo->signature = dexCopyDescriptorFromMethodId(pDexFile, pMethodId);
    [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /dalvik/vm/reflect/
Annotation.cpp 235 const DexMethodId* pMethodId;
244 pMethodId = dexGetMethodId(pDexFile, methodIdx);
245 resClass = dvmResolveClass(referrer, pMethodId->classIdx, true);
258 name = dexStringById(pDexFile, pMethodId->nameIdx);
261 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
    [all...]

Completed in 157 milliseconds