Home | History | Annotate | Download | only in out

Lines Matching defs:curMethod

99  * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
112 desc = dexProtoCopyMethodDescriptor(&curMethod->prototype); \
114 myoff, (int) (pc - curMethod->insns), \
115 curMethod->clazz->descriptor, curMethod->name, desc); \
138 if (curMethod != NULL) \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
228 ( (_idx) < curMethod->registersSize ? \
231 ( (_idx) < curMethod->registersSize ? \
238 ( (_idx) < curMethod->registersSize-1 ? \
241 ( (_idx) < curMethod->registersSize-1 ? \
244 ( (_idx) < curMethod->registersSize ? \
247 ( (_idx) < curMethod->registersSize ? \
250 ( (_idx) < curMethod->registersSize-1 ? \
253 ( (_idx) < curMethod->registersSize-1 ? \
406 #define curMethod self->interpSave.method
1038 ifield = dvmResolveInstField(curMethod->clazz, ref); \
1082 ifield = dvmResolveInstField(curMethod->clazz, ref); \
1129 sfield = dvmResolveStaticField(curMethod->clazz, ref); \
1152 sfield = dvmResolveStaticField(curMethod->clazz, ref); \
1171 #undef curMethod