Searched defs:DUMP_REGS (Results 1 - 9 of 9) sorted by relevance

/dalvik/vm/mterp/c/
H A Dheader.cpp139 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
144 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
H A DInterpC-armv5te.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
H A DInterpC-armv7-a-neon.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
H A DInterpC-armv7-a.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
H A DInterpC-allstubs.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
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
H A DInterpC-mips.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
1735 //DUMP_REGS(curMethod, fp);
1908 DUMP_REGS(curMethod, fp, false); // show all regs
2100 DUMP_REGS(curMethod, fp, true); // show input args
2108 DUMP_REGS(methodToCall, newFp, true); // show input args
H A DInterpC-portable.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
1168 DUMP_REGS(curMethod, self->interpSave.curFrame, false);
3578 //DUMP_REGS(curMethod, fp);
3751 DUMP_REGS(curMethod, fp, false); // show all regs
3943 DUMP_REGS(curMethod, fp, true); // show input args
3951 DUMP_REGS(methodToCall, newFp, true); // show input args
H A DInterpC-x86.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
1811 //DUMP_REGS(curMethod, fp);
1984 DUMP_REGS(curMethod, fp, false); // show all regs
2176 DUMP_REGS(curMethod, fp, true); // show input args
2184 DUMP_REGS(methodToCall, newFp, true); // show input args

Completed in 100 milliseconds