Home | History | Annotate | Download | only in out

Lines Matching refs:DUMP_REGS

146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
3630 //DUMP_REGS(curMethod, fp);
3803 DUMP_REGS(curMethod, fp, false); // show all regs
3995 DUMP_REGS(curMethod, fp, true); // show input args
4003 DUMP_REGS(methodToCall, newFp, true); // show input args