Home
last modified time | relevance | path

Searched defs:pDexMethod (Results 1 – 5 of 5) sorted by relevance

/dalvik/dexdump/
DDexDump.c502 const DexMethod *pDexMethod) in dumpPositions()
527 const DexMethod *pDexMethod) in dumpLocals()
910 void dumpBytecodes(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpBytecodes()
971 void dumpCode(DexFile* pDexFile, const DexMethod* pDexMethod) in dumpCode()
992 void dumpMethod(DexFile* pDexFile, const DexMethod* pDexMethod, int i) in dumpMethod()
/dalvik/dexlist/
DDexList.c83 const DexMethod* pDexMethod, int i) in dumpMethod()
/dalvik/libdex/
DDexClass.h110 const DexMethod* pDexMethod) in dexGetCode()
/dalvik/vm/analysis/
DReduceConstants.c620 DexMethod* pDexMethod, void* arg) in markUsedConstants()
648 DexMethod* pDexMethod, void* arg) in updateUsedConstants()
/dalvik/vm/oo/
DClass.c1991 static void loadMethodFromDex(ClassObject* clazz, const DexMethod* pDexMethod, in loadMethodFromDex()