Home | History | Annotate | Download | only in out

Lines Matching refs:DUMP_REGS

138 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
143 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0)
5012 //DUMP_REGS(curMethod, fp);
5185 DUMP_REGS(curMethod, fp, false); // show all regs
5376 DUMP_REGS(curMethod, fp, true); // show input args
5384 DUMP_REGS(methodToCall, newFp, true); // show input args