HomeSort by relevance Sort by last modified time
    Searched full:basemethod (Results 1 - 21 of 21) 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/mips/
OP_INVOKE_SUPER.S 19 LOAD_eas2(a0, a3, a1) # a0 <- resolved baseMethod
44 LOADu2_offMethod_methodIndex(a2, a0) # a2 <- baseMethod->methodIndex
OP_INVOKE_VIRTUAL.S 16 LOAD_eas2(a0, a3, a1) # a0 <- resolved baseMethod
41 LOADu2_offMethod_methodIndex(a2, a0) # a2 <- 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-mips.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...]
InterpAsm-mips.S     [all...]
  /dalvik/vm/analysis/
Optimize.cpp 892 Method* baseMethod;
895 baseMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_VIRTUAL, NULL);
896 if (baseMethod == NULL) {
914 dvmUpdateCodeUnit(method, insns+1, baseMethod->methodIndex);
918 // baseMethod->clazz->descriptor, baseMethod->name);
    [all...]
  /dalvik/vm/reflect/
Proxy.cpp 31 static bool returnTypesAreCompatible(Method* baseMethod, Method* subMethod);
710 * "baseMethod".
712 static bool returnTypesAreCompatible(Method* subMethod, Method* baseMethod)
714 const char* baseSig = dexProtoGetReturnType(&baseMethod->prototype);
724 baseClass = dvmFindClass(baseSig, baseMethod->clazz->classLoader);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java     [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp     [all...]

Completed in 321 milliseconds