Searched refs:trace_buf_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.h | 292 EmbeddedVector<char, 128> trace_buf_; variable 399 SNPrintF(trace_buf_, " "); in BranchDelayInstructionDecode()
|
D | simulator-mips.cc | 1745 SNPrintF(trace_buf_, "%08x", value); in TraceRegWr() 1753 SNPrintF(trace_buf_, "%08x <-- [%08x] (%" PRIu64 ")", value, addr, in TraceMemRd() 1763 SNPrintF(trace_buf_, " %02x --> [%08x]", in TraceMemWr() 1767 SNPrintF(trace_buf_, " %04x --> [%08x]", static_cast<int16_t>(value), in TraceMemWr() 1771 SNPrintF(trace_buf_, "%08x --> [%08x]", value, addr); in TraceMemWr() 4429 SNPrintF(trace_buf_, "%s", ""); in InstructionDecode() 4451 trace_buf_.start()); in InstructionDecode()
|
/external/v8/src/mips64/ |
D | simulator-mips64.h | 413 SNPrintF(trace_buf_, " "); in BranchDelayInstructionDecode() 458 EmbeddedVector<char, 128> trace_buf_; variable
|
D | simulator-mips64.cc | 1690 SNPrintF(trace_buf_, "%016" PRIx64 " ", value); in TraceRegWr() 1698 SNPrintF(trace_buf_, in TraceMemRd() 1709 SNPrintF(trace_buf_, " %02x --> [%016" PRIx64 " ]", in TraceMemWr() 1713 SNPrintF(trace_buf_, " %04x --> [%016" PRIx64 " ]", in TraceMemWr() 1717 SNPrintF(trace_buf_, " %08x --> [%016" PRIx64 " ]", in TraceMemWr() 1721 SNPrintF(trace_buf_, in TraceMemWr() 4770 SNPrintF(trace_buf_, " "); in InstructionDecode() 4794 trace_buf_.start()); in InstructionDecode()
|