/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); 143 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 236 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 252 if (baseMethod->methodIndex >= curMethod->clazz->super->vtableCount) { 261 methodToCall = curMethod->clazz->super->vtable[baseMethod->methodIndex]; 320 methodToCall = dvmFindInterfaceMethodInCache(thisClass, ref, curMethod, 355 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 382 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC); 484 if (ref >= curMethod->clazz->super->vtableCount) { 489 assert(ref < curMethod [all...] |
H A D | header.c | 102 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 111 if (pc + myoff < curMethod->insns || \ 112 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 115 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 117 myoff, (int) (pc - curMethod->insns), \ 118 curMethod->clazz->descriptor, curMethod->name, desc); \ 141 if (curMethod != NULL) \ 143 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 29 interpState->method = curMethod; 37 curMethod->clazz->descriptor, curMethod->name, 38 pc - curMethod->insns, fp);
|
H A D | entry.c | 18 DvmDex* methodClassDex; // curMethod->clazz->pDvmDex 22 const Method* curMethod; // method we're interpreting local 76 curMethod = interpState->method; 81 methodClassDex = curMethod->clazz->pDvmDex; 85 curMethod->clazz->descriptor, curMethod->name, pc - curMethod->insns, 95 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor, 96 curMethod->name); 97 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 | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 447 #define curMethod macro 2322 #undef curMethod macro [all...] |
H A D | InterpC-x86.c | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 447 #define curMethod macro 2259 #undef curMethod macro [all...] |
H A D | InterpC-portdbg.c | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 1452 const Method* curMethod; // method we're interpreting local [all...] |
H A D | InterpC-portstd.c | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 1202 const Method* curMethod; // method we're interpreting local [all...] |
H A D | InterpC-allstubs.c | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 447 #define curMethod macro 4128 #undef curMethod macro [all...] |
H A D | InterpC-armv4t.c | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 447 #define curMethod macro 1204 #undef curMethod macro [all...] |
H A D | InterpC-armv5te-vfp.c | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 447 #define curMethod macro 1204 #undef curMethod macro [all...] |
H A D | InterpC-armv5te.c | 109 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns". 118 if (pc + myoff < curMethod->insns || \ 119 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \ 122 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \ 124 myoff, (int) (pc - curMethod->insns), \ 125 curMethod->clazz->descriptor, curMethod->name, desc); \ 148 if (curMethod != NULL) \ 150 self->threadId, (int)(pc - curMethod 447 #define curMethod macro 1204 #undef curMethod macro [all...] |