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)
1266 DUMP_REGS(curMethod, self->interpSave.curFrame, false);
4968 //DUMP_REGS(curMethod, fp);
5141 DUMP_REGS(curMethod, fp, false); // show all regs
5332 DUMP_REGS(curMethod, fp, true); // show input args
5340 DUMP_REGS(methodToCall, newFp, true); // show input args