Home | History | Annotate | Download | only in portable

Lines Matching defs:curMethod

11     DvmDex* methodClassDex;     // curMethod->clazz->pDvmDex
15 const Method* curMethod; // method we're interpreting
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->name);
57 DUMP_REGS(curMethod, self->interpSave.curFrame, false);