Searched refs:dvmDumpRegs (Results 1 – 10 of 10) sorted by relevance
/dalvik/vm/mterp/c/ |
D | header.cpp | 138 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 139 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
/dalvik/vm/mterp/out/ |
D | InterpC-armv5te.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
D | InterpC-armv7-a.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
D | InterpC-armv7-a-neon.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
D | InterpC-armv5te-vfp.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
D | InterpC-x86.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
D | InterpC-mips.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
D | InterpC-allstubs.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
D | InterpC-portable.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly); 146 # define DUMP_REGS(_meth, _frame, _inOnly) dvmDumpRegs(_meth, _frame, _inOnly)
|
/dalvik/vm/interp/ |
D | Interp.cpp | 949 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly) in dvmDumpRegs() function
|