Searched refs:OFStream (Results 1 – 16 of 16) sorted by relevance
35 class V8_EXPORT_PRIVATE OFStream : public std::ostream {37 explicit OFStream(FILE* f);38 virtual ~OFStream();64 class StdoutStream : public OFStream {66 StdoutStream() : OFStream(stdout) {} in StdoutStream()
45 OFStream::OFStream(FILE* f) : std::ostream(nullptr), buf_(f) { in OFStream() function in v8::internal::OFStream51 OFStream::~OFStream() {} in ~OFStream()
160 OFStream& os = log_->os_; in AppendSymbolName()175 OFStream& os = log_->os_; in AppendSymbolNameDetails()222 OFStream& os = log_->os_;
120 OFStream os_;
414 OFStream perf_output_stream(perf_output_handle_); in LogWriteUnwindingInfo()
160 OFStream os(trace_scope.file()); in GetCode()
2502 OFStream os(out); in ShortPrint()2517 OFStream os(out); in ShortPrint()2970 OFStream os(file); in PrintElementsTransition()3002 OFStream os(file); in PrintReconfiguration()3260 OFStream os(file); in PrintGeneralization()14556 OFStream outstr(out); in PrintDeoptLocation()14940 OFStream os(trace_scope.file()); in PrintBuiltinCode()
96 OFStream os(tracing_scope.file()); in PrintDisassembledCodeObjects()
544 OFStream os(tracing_scope.file()); in PrintFunctionSource()574 OFStream os(tracing_scope.file()); in PrintInlinedFunctionInfo()622 OFStream os(tracing_scope.file()); in PrintCode()685 OFStream os(tracing_scope.file()); in TraceSchedule()1931 OFStream os(tracing_scope.file()); in Run()1937 OFStream os(tracing_scope.file()); in Run()1986 OFStream os(tracing_scope.file()); in CreateGraph()2175 OFStream os(tracing_scope.file()); in GenerateCodeForCodeStub()2341 OFStream os(tracing_scope.file()); in SelectInstructions()2557 OFStream os(tracing_scope.file()); in FinalizeCode()[all …]
878 OFStream of(stderr); in LivenessIsValid()
4826 OFStream os(tracing_scope.file()); in CompileJSToWasmWrapper()4904 OFStream os(tracing_scope.file()); in CompileWasmToJSWrapper()4971 OFStream os(tracing_scope.file()); in CompileWasmInterpreterEntry()5040 OFStream os(tracing_scope.file()); in CompileCWasmEntry()
106 type:*v8*internal*OFStream*
512 OFStream stats_stream(f); in RUNTIME_FUNCTION()
286 OFStream os(stderr); in DumpModule()
1087 OFStream os(trace_scope.file()); in Assemble()4684 OFStream os(stderr); in Dump()
41131 Unobscurified OFStream (Chromium issue 448102).