• Home
  • Raw
  • Download

Lines Matching refs:json_of

434     TurboJsonFile json_of(info, std::ios_base::app);  in TraceSchedule()  local
435 json_of << "{\"name\":\"Schedule\",\"type\":\"schedule\",\"data\":\""; in TraceSchedule()
440 json_of << AsEscapedUC16ForJSON(c); in TraceSchedule()
442 json_of << "\"},\n"; in TraceSchedule()
521 TurboJsonFile json_of(info, std::ios_base::trunc); in CreatePipelineStatistics() local
525 json_of << "{\"function\":\"" << function_name.get() in CreatePipelineStatistics()
535 json_of << AsEscapedUC16ForJSON(c); in CreatePipelineStatistics()
538 json_of << "\",\n\"phases\":["; in CreatePipelineStatistics()
678 TurboJsonFile json_of(info(), std::ios_base::trunc); in ExecuteJobImpl() local
679 json_of << "{\"function\":\"" << info()->GetDebugName().get() in ExecuteJobImpl()
1443 TurboJsonFile json_of(info, std::ios_base::app); in Run() local
1444 json_of << "{\"name\":\"" << phase << "\",\"type\":\"graph\",\"data\":" in Run()
1687 TurboJsonFile json_of(&info, std::ios_base::trunc); in GenerateCodeForCodeStub() local
1688 json_of << "{\"function\":\"" << info.GetDebugName().get() in GenerateCodeForCodeStub()
1742 TurboJsonFile json_of(info, std::ios_base::trunc); in GenerateCodeForTesting() local
1743 json_of << "{\"function\":\"" << info->GetDebugName().get() in GenerateCodeForTesting()
1907 TurboJsonFile json_of(info(), std::ios_base::app); in GenerateCode() local
1908 json_of << "{\"name\":\"disassembly\",\"type\":\"disassembly\",\"data\":\""; in GenerateCode()
1914 json_of << AsEscapedUC16ForJSON(c); in GenerateCode()
1917 json_of << "\"}\n],\n"; in GenerateCode()
1918 json_of << "\"nodePositions\":"; in GenerateCode()
1919 json_of << data->source_position_output(); in GenerateCode()
1920 json_of << "}"; in GenerateCode()