Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc434 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()
[all …]