Searched refs:curMethod (Results 1 - 25 of 28) sorted by relevance

12

/dalvik/vm/mterp/portable/
H A Dentry.cpp11 DvmDex* methodClassDex; // curMethod->clazz->pDvmDex
15 const Method* curMethod; // method we're interpreting local
30 curMethod = self->interpSave.method;
35 methodClassDex = curMethod->clazz->pDvmDex;
38 self->threadId, curMethod->clazz->descriptor, curMethod->name,
39 pc - curMethod->insns, fp);
45 TRACE_METHOD_ENTER(self, curMethod);
55 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
56 curMethod
[all...]
/dalvik/vm/mterp/cstubs/
H A Denddefs.cpp6 #undef curMethod macro
H A Dentry.cpp44 dvmCheckBefore(pc, fp, self, curMethod);
H A Dstubdefs.cpp28 #define curMethod self->interpSave.method macro
/dalvik/vm/mterp/c/
H A DOP_THROW_VERIFICATION_ERROR.cpp5 dvmThrowVerificationError(curMethod, vsrc1, ref);
H A DOP_FILL_ARRAY_DATA.cpp13 if (arrayData < curMethod->insns ||
14 arrayData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
H A DOP_PACKED_SWITCH.cpp12 if (switchData < curMethod->insns ||
13 switchData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
H A DOP_SPARSE_SWITCH.cpp12 if (switchData < curMethod->insns ||
13 switchData >= curMethod->insns + dvmGetMethodInsnsSize(curMethod))
H A DgotoTargets.cpp42 arrayClass = dvmResolveClass(curMethod->clazz, ref, false);
142 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL);
236 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL);
252 if (baseMethod->methodIndex >= curMethod->clazz->super->vtableCount) {
260 methodToCall = curMethod->clazz->super->vtable[baseMethod->methodIndex];
316 methodToCall = dvmFindInterfaceMethodInCache(thisClass, ref, curMethod,
356 methodToCall = dvmResolveMethod(curMethod->clazz, ref,
383 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);
488 if (ref >= curMethod->clazz->super->vtableCount) {
493 assert(ref < (unsigned int) curMethod
[all...]
H A Dheader.cpp84 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
93 if (pc + myoff < curMethod->insns || \
94 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
97 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
99 myoff, (int) (pc - curMethod->insns), \
100 curMethod->clazz->descriptor, curMethod->name, desc); \
123 if (curMethod != NULL) \
125 self->threadId, (int)(pc - curMethod
[all...]
H A DOP_CONST_CLASS.cpp11 clazz = dvmResolveClass(curMethod->clazz, ref, true);
H A DOP_CONST_STRING.cpp11 strObj = dvmResolveString(curMethod->clazz, ref);
H A DOP_CONST_STRING_JUMBO.cpp13 strObj = dvmResolveString(curMethod->clazz, tmp);
H A DOP_CHECK_CAST.cpp20 clazz = dvmResolveClass(curMethod->clazz, ref, false);
H A DOP_INSTANCE_OF.cpp22 clazz = dvmResolveClass(curMethod->clazz, ref, true);
H A DOP_NEW_ARRAY.cpp21 arrayClass = dvmResolveClass(curMethod->clazz, ref, false);
H A DOP_NEW_INSTANCE.cpp13 clazz = dvmResolveClass(curMethod->clazz, ref, false);
/dalvik/vm/mterp/out/
H A DInterpC-x86-atom.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
398 #define curMethod macro
2293 #undef curMethod macro
[all...]
H A DInterpC-x86.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
398 #define curMethod macro
2235 #undef curMethod macro
[all...]
H A DInterpC-portable.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
1118 const Method* curMethod; // method we're interpreting local
[all...]
H A DInterpC-allstubs.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
398 #define curMethod macro
4054 #undef curMethod macro
[all...]
H A DInterpC-armv5te-vfp.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
398 #define curMethod macro
1161 #undef curMethod macro
[all...]
H A DInterpC-armv5te.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
398 #define curMethod macro
1161 #undef curMethod macro
[all...]
H A DInterpC-armv7-a-neon.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
398 #define curMethod macro
1161 #undef curMethod macro
[all...]
H A DInterpC-armv7-a.cpp91 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
100 if (pc + myoff < curMethod->insns || \
101 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
104 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
106 myoff, (int) (pc - curMethod->insns), \
107 curMethod->clazz->descriptor, curMethod->name, desc); \
130 if (curMethod != NULL) \
132 self->threadId, (int)(pc - curMethod
398 #define curMethod macro
1161 #undef curMethod macro
[all...]

Completed in 160 milliseconds

12