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

/art/runtime/
H A Druntime_linux.cc192 DumpRegister64(os, "rax", context.gregs[REG_RAX]);
193 DumpRegister64(os, "rbx", context.gregs[REG_RBX]);
194 DumpRegister64(os, "rcx", context.gregs[REG_RCX]);
195 DumpRegister64(os, "rdx", context.gregs[REG_RDX]);
198 DumpRegister64(os, "rdi", context.gregs[REG_RDI]);
199 DumpRegister64(os, "rsi", context.gregs[REG_RSI]);
200 DumpRegister64(os, "rbp", context.gregs[REG_RBP]);
201 DumpRegister64(os, "rsp", context.gregs[REG_RSP]);
204 DumpRegister64(os, "r8 ", context.gregs[REG_R8]);
205 DumpRegister64(o
235 void DumpRegister64(std::ostream& os, const char* name, uint64_t value) { function in struct:art::UContext
[all...]

Completed in 21 milliseconds