HomeSort by relevance Sort by last modified time
    Searched full:basemethod (Results 1 - 19 of 19) sorted by null

  /dalvik/vm/mterp/armv5te/
OP_INVOKE_VIRTUAL.S 16 ldr r0, [r3, r1, lsl #2] @ r0<- resolved baseMethod
39 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
OP_INVOKE_SUPER.S 19 ldr r0, [r3, r1, lsl #2] @ r0<- resolved baseMethod
37 ldrh r2, [r0, #offMethod_methodIndex] @ r2<- baseMethod->methodIndex
  /dalvik/vm/mterp/x86/
OP_INVOKE_VIRTUAL.S 18 movl (%eax,%ecx,4),%eax # eax<- resolved baseMethod
42 movzwl offMethod_methodIndex(%eax),%eax # eax<- baseMethod->methodIndex
OP_INVOKE_SUPER.S 16 movl (%ecx,%eax,4),%ecx # ecx<- resolved baseMethod
  /dalvik/vm/mterp/c/
gotoTargets.cpp 108 Method* baseMethod;
140 baseMethod = dvmDexGetResolvedMethod(methodClassDex, ref);
141 if (baseMethod == NULL) {
142 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL);
143 if (baseMethod == NULL) {
153 assert(baseMethod->methodIndex < thisPtr->clazz->vtableCount);
154 methodToCall = thisPtr->clazz->vtable[baseMethod->methodIndex];
181 baseMethod->clazz->descriptor, baseMethod->name,
182 (u4) baseMethod->methodIndex
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86.cpp     [all...]
InterpC-x86-atom.cpp     [all...]
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
InterpAsm-x86.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
  /dalvik/vm/analysis/
Optimize.cpp 891 Method* baseMethod;
894 baseMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_VIRTUAL, NULL);
895 if (baseMethod == NULL) {
913 dvmUpdateCodeUnit(method, insns+1, baseMethod->methodIndex);
917 // baseMethod->clazz->descriptor, baseMethod->name);
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_SUPER.S 75 movzwl offMethod_methodIndex(%ecx), %ecx # %ecx<- baseMethod->methodIndex
OP_INVOKE_VIRTUAL.S 87 movzwl offMethod_methodIndex(%eax), %eax # %eax<- baseMethod->methodIndex
  /dalvik/vm/reflect/
Proxy.cpp 31 static bool returnTypesAreCompatible(Method* baseMethod, Method* subMethod);
711 * "baseMethod".
713 static bool returnTypesAreCompatible(Method* subMethod, Method* baseMethod)
715 const char* baseSig = dexProtoGetReturnType(&baseMethod->prototype);
725 baseClass = dvmFindClass(baseSig, baseMethod->clazz->classLoader);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Tags.java     [all...]

Completed in 812 milliseconds