Lines Matching refs:strm

244               StreamString strm;  in GetNonCallSiteUnwindPlanFromAssembly()  local
247 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()
250 log->PutString(strm.GetString()); in GetNonCallSiteUnwindPlanFromAssembly()
299 StreamString strm; in GetNonCallSiteUnwindPlanFromAssembly() local
301 strm.Printf("Resulting unwind rows for [0x%" PRIx64 " - 0x%" PRIx64 "):", in GetNonCallSiteUnwindPlanFromAssembly()
303 unwind_plan.Dump(strm, nullptr, base_addr); in GetNonCallSiteUnwindPlanFromAssembly()
304 log->PutString(strm.GetString()); in GetNonCallSiteUnwindPlanFromAssembly()
388 StreamString strm; in ReadMemory() local
389 strm.Printf( in ReadMemory()
393 context.Dump(strm, instruction); in ReadMemory()
394 log->PutString(strm.GetString()); in ReadMemory()
420 StreamString strm; in WriteMemory() local
422 strm.PutCString("UnwindAssemblyInstEmulation::WriteMemory ("); in WriteMemory()
423 DumpDataExtractor(data, &strm, 0, eFormatBytes, 1, dst_len, UINT32_MAX, in WriteMemory()
425 strm.PutCString(", context = "); in WriteMemory()
426 context.Dump(strm, instruction); in WriteMemory()
427 log->PutString(strm.GetString()); in WriteMemory()
502 StreamString strm; in ReadRegister() local
503 strm.Printf("UnwindAssemblyInstEmulation::ReadRegister (name = \"%s\") => " in ReadRegister()
506 DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault); in ReadRegister()
507 log->PutString(strm.GetString()); in ReadRegister()
528 StreamString strm; in WriteRegister() local
529 strm.Printf( in WriteRegister()
532 DumpRegisterValue(reg_value, &strm, reg_info, false, false, eFormatDefault); in WriteRegister()
533 strm.PutCString(", context = "); in WriteRegister()
534 context.Dump(strm, instruction); in WriteRegister()
535 log->PutString(strm.GetString()); in WriteRegister()