Home
last modified time | relevance | path

Searched refs:DUMP_REGS (Results 1 – 11 of 11) sorted by relevance

/dalvik/vm/mterp/portable/
Dentry.cpp57 DUMP_REGS(curMethod, self->interpSave.curFrame, false);
/dalvik/vm/mterp/c/
Dheader.cpp139 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
144 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
DgotoTargets.cpp717 DUMP_REGS(curMethod, fp, false); // show all regs in GOTO_TARGET()
909 DUMP_REGS(curMethod, fp, true); // show input args
917 DUMP_REGS(methodToCall, newFp, true); // show input args
/dalvik/vm/mterp/out/
DInterpC-mips.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
1908 DUMP_REGS(curMethod, fp, false); // show all regs in GOTO_TARGET()
2100 DUMP_REGS(curMethod, fp, true); // show input args
2108 DUMP_REGS(methodToCall, newFp, true); // show input args
DInterpC-x86.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
1984 DUMP_REGS(curMethod, fp, false); // show all regs in GOTO_TARGET()
2176 DUMP_REGS(curMethod, fp, true); // show input args
2184 DUMP_REGS(methodToCall, newFp, true); // show input args
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); in dvmInterpretPortable()
3751 DUMP_REGS(curMethod, fp, false); // show all regs in dvmInterpretPortable()
3943 DUMP_REGS(curMethod, fp, true); // show input args in dvmInterpretPortable()
3951 DUMP_REGS(methodToCall, newFp, true); // show input args in dvmInterpretPortable()
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
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
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
DInterpC-armv5te.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
DInterpC-allstubs.cpp146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro
151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
3803 DUMP_REGS(curMethod, fp, false); // show all regs in GOTO_TARGET()
3995 DUMP_REGS(curMethod, fp, true); // show input args
4003 DUMP_REGS(methodToCall, newFp, true); // show input args