/dalvik/vm/mterp/c/ |
H A D | OP_THROW_VERIFICATION_ERROR.c | 5 dvmThrowVerificationError(curMethod, vsrc1, ref);
|
H A D | OP_FILL_ARRAY_DATA.c | 13 if (arrayData < curMethod->insns || 14 arrayData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
|
H A D | OP_PACKED_SWITCH.c | 12 if (switchData < curMethod->insns || 13 switchData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
|
H A D | OP_SPARSE_SWITCH.c | 12 if (switchData < curMethod->insns || 13 switchData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
|
H A D | gotoTargets.c | 42 arrayClass = dvmResolveClass(curMethod->clazz, ref, false); 140 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 229 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 245 if (baseMethod->methodIndex >= curMethod->clazz->super->vtableCount) { 254 methodToCall = curMethod->clazz->super->vtable[baseMethod->methodIndex]; 309 methodToCall = dvmFindInterfaceMethodInCache(thisClass, ref, curMethod, 344 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 371 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC); 459 if (ref >= curMethod->clazz->super->vtableCount) { 464 assert(ref < curMethod [all...] |
H A D | header.c | 104 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 113 if (pc + myoff < curMethod->insns || \ 114 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 117 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 119 myoff, (int) (pc - curMethod->insns), \ 120 curMethod->clazz->descriptor, curMethod->name, desc); \ 143 if (curMethod != NULL) \ 145 self->threadId, (int)(pc - curMethod [all...] |
H A D | OP_CONST_CLASS.c | 11 clazz = dvmResolveClass(curMethod->clazz, ref, true);
|
H A D | OP_CONST_STRING.c | 11 strObj = dvmResolveString(curMethod->clazz, ref);
|
H A D | OP_CONST_STRING_JUMBO.c | 13 strObj = dvmResolveString(curMethod->clazz, tmp);
|
H A D | OP_CHECK_CAST.c | 20 clazz = dvmResolveClass(curMethod->clazz, ref, false);
|
H A D | OP_INSTANCE_OF.c | 22 clazz = dvmResolveClass(curMethod->clazz, ref, true);
|
H A D | OP_NEW_INSTANCE.c | 13 clazz = dvmResolveClass(curMethod->clazz, ref, false);
|
H A D | OP_NEW_ARRAY.c | 21 arrayClass = dvmResolveClass(curMethod->clazz, ref, false);
|
/dalvik/vm/mterp/cstubs/ |
H A D | enddefs.c | 6 #undef curMethod macro
|
/dalvik/vm/mterp/portable/ |
H A D | enddefs.c | 9 ILOGD("|-- Leaving interpreter loop"); // note "curMethod" may be NULL 31 interpState->method = curMethod; 39 curMethod->clazz->descriptor, curMethod->name, 40 pc - curMethod->insns, fp);
|
H A D | entry.c | 17 DvmDex* methodClassDex; // curMethod->clazz->pDvmDex 21 const Method* curMethod; // method we're interpreting local 67 curMethod = interpState->method; 72 methodClassDex = curMethod->clazz->pDvmDex; 76 curMethod->clazz->descriptor, curMethod->name, pc - curMethod->insns, 86 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor, 87 curMethod->name); 88 DUMP_REGS(curMethod, interpStat [all...] |
H A D | portdbg.c | 5 checkDebugAndProf(pc, fp, self, curMethod, &debugIsMethodEntry)
|
/dalvik/vm/mterp/out/ |
H A D | InterpC-x86-atom.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 454 #define curMethod macro 2244 #undef curMethod macro [all...] |
H A D | InterpC-x86.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 454 #define curMethod macro 2213 #undef curMethod macro [all...] |
H A D | InterpC-portdbg.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 1457 const Method* curMethod; // method we're interpreting local [all...] |
H A D | InterpC-portstd.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 1196 const Method* curMethod; // method we're interpreting local [all...] |
H A D | InterpC-allstubs.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 454 #define curMethod macro 4082 #undef curMethod macro [all...] |
H A D | InterpC-armv4t.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 454 #define curMethod macro 1201 #undef curMethod macro [all...] |
H A D | InterpC-armv5te-vfp.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 454 #define curMethod macro 1201 #undef curMethod macro [all...] |
H A D | InterpC-armv5te.c | 111 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 120 if (pc + myoff < curMethod->insns || \ 121 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 124 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 126 myoff, (int) (pc - curMethod->insns), \ 127 curMethod->clazz->descriptor, curMethod->name, desc); \ 150 if (curMethod != NULL) \ 152 self->threadId, (int)(pc - curMethod 454 #define curMethod macro 1201 #undef curMethod macro [all...] |