/dalvik/vm/mterp/portable/ |
D | entry.cpp | 57 DUMP_REGS(curMethod, self->interpSave.curFrame, false);
|
/dalvik/vm/mterp/c/ |
D | header.cpp | 139 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro 144 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
|
D | gotoTargets.cpp | 717 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/ |
D | InterpC-mips.cpp | 146 # 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
|
D | InterpC-x86.cpp | 146 # 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
|
D | InterpC-portable.cpp | 146 # 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()
|
D | InterpC-armv7-a-neon.cpp | 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro 151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
|
D | InterpC-armv7-a.cpp | 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro 151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
|
D | InterpC-armv5te-vfp.cpp | 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro 151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
|
D | InterpC-armv5te.cpp | 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly) macro 151 # define DUMP_REGS(_meth, _frame, _inOnly) ((void)0) macro
|
D | InterpC-allstubs.cpp | 146 # 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
|