Home | History | Annotate | Download | only in out

Lines Matching defs:curMethod

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->insns), debugStrBuf); \
246 ( (_idx) < curMethod->registersSize ? \
249 ( (_idx) < curMethod->registersSize ? \
256 ( (_idx) < curMethod->registersSize-1 ? \
259 ( (_idx) < curMethod->registersSize-1 ? \
262 ( (_idx) < curMethod->registersSize ? \
265 ( (_idx) < curMethod->registersSize ? \
268 ( (_idx) < curMethod->registersSize-1 ? \
271 ( (_idx) < curMethod->registersSize-1 ? \
447 curMethod glue->method
1070 ifield = dvmResolveInstField(curMethod->clazz, ref); \
1115 ifield = dvmResolveInstField(curMethod->clazz, ref); \
1160 sfield = dvmResolveStaticField(curMethod->clazz, ref); \
1184 curMethod->clazz, ref); \
1204 #undef curMethod