Home
last modified time | relevance | path

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

/external/v8/src/
Dostreams.h35 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()
Dostreams.cc45 OFStream::OFStream(FILE* f) : std::ostream(nullptr), buf_(f) { in OFStream() function in v8::internal::OFStream
51 OFStream::~OFStream() {} in ~OFStream()
Dlog-utils.cc160 OFStream& os = log_->os_; in AppendSymbolName()
175 OFStream& os = log_->os_; in AppendSymbolNameDetails()
222 OFStream& os = log_->os_;
Dlog-utils.h120 OFStream os_;
Dperf-jit.cc414 OFStream perf_output_stream(perf_output_handle_); in LogWriteUnwindingInfo()
Dcode-stubs.cc160 OFStream os(trace_scope.file()); in GetCode()
Dobjects.cc2502 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()
/external/v8/src/snapshot/
Dstartup-deserializer.cc96 OFStream os(tracing_scope.file()); in PrintDisassembledCodeObjects()
/external/v8/src/compiler/
Dpipeline.cc544 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 …]
Dbytecode-analysis.cc878 OFStream of(stderr); in LivenessIsValid()
Dwasm-compiler.cc4826 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()
/external/libyuv/files/tools/ubsan/
Dvptr_blacklist.txt106 type:*v8*internal*OFStream*
/external/v8/src/runtime/
Druntime-internal.cc512 OFStream stats_stream(f); in RUNTIME_FUNCTION()
/external/v8/src/wasm/
Dmodule-decoder.cc286 OFStream os(stderr); in DumpModule()
/external/v8/src/regexp/
Djsregexp.cc1087 OFStream os(trace_scope.file()); in Assemble()
4684 OFStream os(stderr); in Dump()
/external/v8/
DChangeLog41131 Unobscurified OFStream (Chromium issue 448102).