Searched refs:pDexMethod (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexClass.h110 const DexMethod* pDexMethod)
112 if (pDexMethod->codeOff == 0)
114 return (const DexCode*) (pDexFile->baseAddr + pDexMethod->codeOff);
109 dexGetCode(const DexFile* pDexFile, const DexMethod* pDexMethod) argument
/dalvik/dexdump/
H A DDexDump.cpp626 const DexMethod *pDexMethod)
630 = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
635 pDexMethod->accessFlags, dumpPositionsCb, NULL, NULL);
651 const DexMethod *pDexMethod)
656 = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
661 pDexMethod->accessFlags, NULL, dumpLocalsCb, NULL);
1170 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) argument
1172 const DexCode* pCode = dexGetCode(pDexFile, pDexMethod);
1186 getMethodInfo(pDexFile, pDexMethod->methodIdx, &methInfo);
1243 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) argument
625 dumpPositions(DexFile* pDexFile, const DexCode* pCode, const DexMethod *pDexMethod) argument
650 dumpLocals(DexFile* pDexFile, const DexCode* pCode, const DexMethod *pDexMethod) argument
1264 dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) argument
1700 dumpMethodMap(DexFile* pDexFile, const DexMethod* pDexMethod, int idx, const u1** pData) argument
[all...]

Completed in 735 milliseconds