Searched refs:inOnly (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);
|
/dalvik/vm/interp/ |
D | Interp.cpp | 949 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly) in dvmDumpRegs() argument 961 if (inOnly) { in dvmDumpRegs()
|
/dalvik/vm/mterp/out/ |
D | InterpC-armv5te.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|
D | InterpC-armv7-a.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|
D | InterpC-armv7-a-neon.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|
D | InterpC-armv5te-vfp.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|
D | InterpC-x86.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|
D | InterpC-mips.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|
D | InterpC-allstubs.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|
D | InterpC-portable.cpp | 145 void dvmDumpRegs(const Method* method, const u4* framePtr, bool inOnly);
|