Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.cc1294 SNPrintF(trace_buf_, "%016lx", value); in TraceRegWr()
1302 SNPrintF(trace_buf_, "%016lx <-- [%016lx] (%ld)", in TraceMemRd()
1312 SNPrintF(trace_buf_, " %02x --> [%016lx]", in TraceMemWr()
1316 SNPrintF(trace_buf_, " %04x --> [%016lx]", in TraceMemWr()
1320 SNPrintF(trace_buf_, " %08x --> [%016lx]", in TraceMemWr()
1324 SNPrintF(trace_buf_, "%016lx --> [%016lx] (%ld)", in TraceMemWr()
3215 SNPrintF(trace_buf_, " "); in InstructionDecode()
3238 buffer.start(), trace_buf_.start()); in InstructionDecode()
Dsimulator-mips64.h408 EmbeddedVector<char, 128> trace_buf_; variable