Searched refs:json_of (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | pipeline.cc | 959 TurboJsonFile json_of(info, std::ios_base::app); in TraceScheduleAndVerify() local 960 json_of << "{\"name\":\"" << phase_name << "\",\"type\":\"schedule\"" in TraceScheduleAndVerify() 966 json_of << AsEscapedUC16ForJSON(c); in TraceScheduleAndVerify() 968 json_of << "\"},\n"; in TraceScheduleAndVerify() 1016 TurboJsonFile json_of(info, std::ios_base::trunc); in CreatePipelineStatistics() local 1017 json_of << "{\"function\" : "; in CreatePipelineStatistics() 1018 JsonPrintFunctionSource(json_of, -1, info->GetDebugName(), script, isolate, in CreatePipelineStatistics() 1020 json_of << ",\n\"phases\":["; in CreatePipelineStatistics() 1042 TurboJsonFile json_of(info, std::ios_base::trunc); in CreatePipelineStatistics() local 1044 json_of << "{\"function\":\"" << function_name.get() << "\", \"source\":\""; in CreatePipelineStatistics() [all …]
|
D | simplified-lowering.cc | 769 TurboJsonFile json_of(info, std::ios_base::app); in RunVerifyPhase() local 771 json_of, graph(), source_positions_, node_origins_, verifier_); in RunVerifyPhase()
|