Searched refs:trace_buf_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.h | 326 EmbeddedVector<char, 128> trace_buf_; variable 430 SNPrintF(trace_buf_, " "); in BranchDelayInstructionDecode()
|
D | simulator-mips.cc | 1693 SNPrintF(trace_buf_, "%08x", value); in TraceRegWr() 1701 SNPrintF(trace_buf_, "%08x <-- [%08x] (%" PRIu64 ")", value, addr, in TraceMemRd() 1711 SNPrintF(trace_buf_, " %02x --> [%08x]", in TraceMemWr() 1715 SNPrintF(trace_buf_, " %04x --> [%08x]", static_cast<int16_t>(value), in TraceMemWr() 1719 SNPrintF(trace_buf_, "%08x --> [%08x]", value, addr); in TraceMemWr() 4484 SNPrintF(trace_buf_, "%s", ""); in InstructionDecode() 4507 trace_buf_.start()); in InstructionDecode()
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 445 SNPrintF(trace_buf_, " "); in BranchDelayInstructionDecode() 493 EmbeddedVector<char, 128> trace_buf_; variable
|
D | simulator-mips64.cc | 1632 SNPrintF(trace_buf_, "%016" PRIx64 " ", value); in TraceRegWr() 1640 SNPrintF(trace_buf_, in TraceMemRd() 1651 SNPrintF(trace_buf_, " %02x --> [%016" PRIx64 " ]", in TraceMemWr() 1655 SNPrintF(trace_buf_, " %04x --> [%016" PRIx64 " ]", in TraceMemWr() 1659 SNPrintF(trace_buf_, " %08x --> [%016" PRIx64 " ]", in TraceMemWr() 1663 SNPrintF(trace_buf_, in TraceMemWr() 4827 SNPrintF(trace_buf_, " "); in InstructionDecode() 4852 trace_buf_.start()); in InstructionDecode()
|