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

  /dalvik/vm/mterp/c/
gotoTargets.c 109 Method* baseMethod;
141 baseMethod = dvmDexGetResolvedMethod(methodClassDex, ref);
142 if (baseMethod == NULL) {
143 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL);
144 if (baseMethod == NULL) {
154 assert(baseMethod->methodIndex < thisPtr->clazz->vtableCount);
155 methodToCall = thisPtr->clazz->vtable[baseMethod->methodIndex];
182 baseMethod->clazz->descriptor, baseMethod->name,
183 (u4) baseMethod->methodIndex
    [all...]
  /dalvik/vm/analysis/
Optimize.c 855 Method* baseMethod;
858 baseMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_VIRTUAL, NULL);
859 if (baseMethod == NULL) {
877 updateCode(method, insns+1, baseMethod->methodIndex);
881 // baseMethod->clazz->descriptor, baseMethod->name);
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.c     [all...]
InterpC-portdbg.c     [all...]
InterpC-portstd.c     [all...]
InterpC-x86-atom.c     [all...]
InterpC-x86.c     [all...]

Completed in 94 milliseconds