Home
last modified time | relevance | path

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

/art/runtime/
Druntime_common.cc140 void DumpRegister64(std::ostream& os, const char* name, uint64_t value) const;
204 DumpRegister64(os, "rax", context.gregs[REG_RAX]); in Dump()
205 DumpRegister64(os, "rbx", context.gregs[REG_RBX]); in Dump()
206 DumpRegister64(os, "rcx", context.gregs[REG_RCX]); in Dump()
207 DumpRegister64(os, "rdx", context.gregs[REG_RDX]); in Dump()
210 DumpRegister64(os, "rdi", context.gregs[REG_RDI]); in Dump()
211 DumpRegister64(os, "rsi", context.gregs[REG_RSI]); in Dump()
212 DumpRegister64(os, "rbp", context.gregs[REG_RBP]); in Dump()
213 DumpRegister64(os, "rsp", context.gregs[REG_RSP]); in Dump()
216 DumpRegister64(os, "r8 ", context.gregs[REG_R8]); in Dump()
[all …]