Home | History | Annotate | Download | only in portable

Lines Matching refs:curMethod

18     DvmDex* methodClassDex;     // curMethod->clazz->pDvmDex
22 const Method* curMethod; // method we're interpreting
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, interpState->fp, false);