Lines Matching refs:stream_

63     base::OS::VFPrint(stream_, format, arguments);  in TraceSim()
387 stream_ = stream; in Init()
388 print_disasm_ = new PrintDisassembler(stream_); in Init()
998 PrintF(stream_, in SetBreakpoint()
1008 PrintF(stream_, in SetBreakpoint()
1014 PrintF(stream_, "Breakpoints:\n"); in ListBreakpoints()
1016 PrintF(stream_, "%p : %s\n", in ListBreakpoints()
1034 PrintF(stream_, "Hit and disabled a breakpoint at %p.\n", in CheckBreakpoints()
1085 fprintf(stream_, "# %s%5s: %s0x%016" PRIx64 "%s\n", in PrintRegister()
1098 fprintf(stream_, "# %s%5s: %s0x%016" PRIx64 "%s (", in PrintFPRegister()
1105 fprintf(stream_, "%s%s%s: %s%g%s", in PrintFPRegister()
1113 fprintf(stream_, "%s%s%s: %s%g%s", in PrintFPRegister()
1121 fprintf(stream_, ")\n"); in PrintFPRegister()
1128 fprintf(stream_, "# %sNZCV: %sN:%d Z:%d C:%d V:%d%s\n", in PrintSystemRegister()
1141 fprintf(stream_, in PrintSystemRegister()
1160 fprintf(stream_, "# %s%5s: %s0x%016" PRIx64 "%s", in PrintRead()
1164 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n", in PrintRead()
1175 fprintf(stream_, "# %s%5s: %s0x%016" PRIx64 "%s (%s%s: %s%gf%s)", in PrintReadFP()
1182 fprintf(stream_, "# %s%5s: %s0x%016" PRIx64 "%s (%s%s: %s%g%s)", in PrintReadFP()
1192 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n", in PrintReadFP()
1204 fprintf(stream_, "# %s%5s<7:0>: %s0x%02" PRIx8 "%s", in PrintWrite()
1209 fprintf(stream_, "# %s%5s<15:0>: %s0x%04" PRIx16 "%s", in PrintWrite()
1214 fprintf(stream_, "# %s%5s: %s0x%08" PRIx32 "%s", in PrintWrite()
1219 fprintf(stream_, "# %s%5s: %s0x%016" PRIx64 "%s", in PrintWrite()
1227 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n", in PrintWrite()
1239 fprintf(stream_, "# %s%5s<31:0>: %s0x%08" PRIx32 "%s (%s%s: %s%gf%s)", in PrintWriteFP()
1246 fprintf(stream_, "# %s%5s: %s0x%016" PRIx64 "%s (%s%s: %s%g%s)", in PrintWriteFP()
1256 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n", in PrintWriteFP()
1264 fprintf(stream_, "Unimplemented instruction at %p: 0x%08" PRIx32 "\n", in VisitUnimplemented()
1271 fprintf(stream_, "Unallocated instruction at %p: 0x%08" PRIx32 "\n", in VisitUnallocated()
1857 fprintf(stream_, "ACCESS BELOW STACK POINTER:\n"); in CheckMemoryAccess()
1858 fprintf(stream_, " sp is here: 0x%016" PRIx64 "\n", in CheckMemoryAccess()
1860 fprintf(stream_, " access was here: 0x%016" PRIx64 "\n", in CheckMemoryAccess()
1862 fprintf(stream_, " stack limit is here: 0x%016" PRIx64 "\n", in CheckMemoryAccess()
1864 fprintf(stream_, "\n"); in CheckMemoryAccess()
3259 PrintF(stream_, "%s csp:%s 0x%016" PRIx64 "%s\n", in PrintValue()
3264 PrintF(stream_, "%s wcsp:%s 0x%08" PRIx32 "%s\n", in PrintValue()
3274 PrintF(stream_, "%s %s:%s 0x%016" PRIx64 "%s (%s%s:%s %g%s %s:%s %g%s)\n", in PrintValue()
3285 PrintF(stream_, "%s %s:%s %g%s\n", in PrintValue()
3291 PrintF(stream_, "%s %s:%s %g%s\n", in PrintValue()
3297 PrintF(stream_, "%s %s:%s 0x%08" PRIx32 "%s\n", in PrintValue()
3303 PrintF(stream_, "%s %s:%s 0x%016" PRIx64 "%s\n", in PrintValue()
3623 PrintF(stream_, in VisitException()
3631 PrintF(stream_, in VisitException()
3683 fprintf(stream_, "Hit UNREACHABLE marker at PC=%p.\n", in VisitException()
3770 fprintf(stream_, "%s", clr_printf); in DoPrintf()
3774 int result = fprintf(stream_, "%s", format); in DoPrintf()
3785 part_result = fprintf(stream_, chunks[i], wreg(pcs_r++)); in DoPrintf()
3788 part_result = fprintf(stream_, chunks[i], xreg(pcs_r++)); in DoPrintf()
3791 part_result = fprintf(stream_, chunks[i], dreg(pcs_f++)); in DoPrintf()
3806 fprintf(stream_, "%s", clr_normal); in DoPrintf()