Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexClass.h110 const DexMethod* pDexMethod) in dexGetCode() argument
112 if (pDexMethod->codeOff == 0) in dexGetCode()
114 return (const DexCode*) (pDexFile->baseAddr + pDexMethod->codeOff); in dexGetCode()
/dalvik/dexdump/
DDexDump.cpp619 const DexMethod *pDexMethod) in dumpPositions() argument
623 = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpPositions()
628 pDexMethod->accessFlags, dumpPositionsCb, NULL, NULL); in dumpPositions()
644 const DexMethod *pDexMethod) in dumpLocals() argument
649 = dexGetMethodId(pDexFile, pDexMethod->methodIdx); in dumpLocals()
654 pDexMethod->accessFlags, NULL, dumpLocalsCb, NULL); in dumpLocals()
1182 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes() argument
1184 const DexCode* pCode = dexGetCode(pDexFile, pDexMethod); in dumpBytecodes()
1198 getMethodInfo(pDexFile, pDexMethod->methodIdx, &methInfo); in dumpBytecodes()
1255 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode() argument
[all …]