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)
2043 //DUMP_REGS(curMethod, fp);
2216 DUMP_REGS(curMethod, fp, false); // show all regs
2407 DUMP_REGS(curMethod, fp, true); // show input args
2415 DUMP_REGS(methodToCall, newFp, true); // show input args