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

  /dalvik/libdex/
DexClass.h 110 const DexMethod* pDexMethod)
112 if (pDexMethod->codeOff == 0)
114 return (const DexCode*) (pDexFile->baseAddr + pDexMethod->codeOff);
  /dalvik/dexlist/
DexList.cpp 95 const DexMethod* pDexMethod, int i)
104 if (pDexMethod->codeOff == 0)
107 pMethodId = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
112 pCode = dexGetCode(pDexFile, pDexMethod);
129 pDexMethod->accessFlags, positionsCallback, NULL, &firstLine);
133 u4 insnsOff = pDexMethod->codeOff + offsetof(DexCode, insns);
  /dalvik/dexdump/
DexDump.cpp 618 const DexMethod *pDexMethod)
622 = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
627 pDexMethod->accessFlags, dumpPositionsCb, NULL, NULL);
643 const DexMethod *pDexMethod)
648 = dexGetMethodId(pDexFile, pDexMethod->methodIdx);
653 pDexMethod->accessFlags, NULL, dumpLocalsCb, NULL);
    [all...]
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 517 const DexMethod* pDexMethod = &pClassData->directMethods[methodIndex];
518 MethodType methodType = (((pDexMethod->accessFlags & ACC_STATIC) != 0) ?
521 preloadDexCachesResolveMethod(pDvmDex, pDexMethod->methodIdx, methodType);
526 const DexMethod* pDexMethod = &pClassData->virtualMethods[methodIndex];
527 preloadDexCachesResolveMethod(pDvmDex, pDexMethod->methodIdx, METHOD_VIRTUAL);
  /dalvik/vm/oo/
Class.cpp 179 static void loadMethodFromDex(ClassObject* clazz, const DexMethod* pDexMethod,\
    [all...]

Completed in 143 milliseconds