/external/v8/src/ |
D | ostreams.cc | 39 OFStream::OFStream(FILE* f) : std::ostream(nullptr), buf_(f) { in OFStream() function in v8::internal::OFStream 45 OFStream::~OFStream() {} in ~OFStream()
|
D | ostreams.h | 36 class OFStream : public std::ostream { 38 explicit OFStream(FILE* f); 39 virtual ~OFStream();
|
D | property.cc | 62 OFStream os(stdout); in Print()
|
D | objects-printer.cc | 20 OFStream os(stdout); in Print() 563 OFStream os(stdout); in Print() 589 OFStream os(stdout); in Print() 1163 OFStream os(stdout); in Print() 1246 OFStream os(stdout); in Print() 1265 OFStream os(stdout); in Print()
|
D | codegen.cc | 167 OFStream os(tracing_scope.file()); in PrintCode()
|
/external/v8/test/cctest/compiler/ |
D | test-graph-visualizer.cc | 41 OFStream os(stdout); in TEST() 60 OFStream os(stdout); in TEST() 79 OFStream os(stdout); in TEST() 96 OFStream os(stdout); in TEST() 123 OFStream os(stdout); in TEST()
|
D | test-multiple-return.cc | 92 OFStream os(stdout); in TEST() 109 OFStream os(stdout); in TEST()
|
/external/v8/test/cctest/ |
D | test-assembler-x87.cc | 67 OFStream os(stdout); in TEST() 104 OFStream os(stdout); in TEST() 145 OFStream os(stdout); in TEST() 225 OFStream os(stdout); in TEST() 351 OFStream os(stdout); in TEST() 399 OFStream os(stdout); in TEST()
|
D | test-assembler-ia32.cc | 67 OFStream os(stdout); in TEST() 104 OFStream os(stdout); in TEST() 145 OFStream os(stdout); in TEST() 174 OFStream os(stdout); in TEST() 203 OFStream os(stdout); in TEST() 263 OFStream os(stdout); in TEST() 295 OFStream os(stdout); in TEST() 350 OFStream os(stdout); in TEST() 549 OFStream os(stdout); in TEST() 589 OFStream os(stdout); in TEST() [all …]
|
D | test-assembler-arm.cc | 68 OFStream os(stdout); 105 OFStream os(stdout); 151 OFStream os(stdout); 199 OFStream os(stdout); 324 OFStream os(stdout); 385 OFStream os(stdout); 419 OFStream os(stdout); 493 OFStream os(stdout); in TestRoundingMode() 677 OFStream os(stdout); 787 OFStream os(stdout); [all …]
|
D | test-symbols.cc | 50 OFStream os(stdout); in TEST()
|
D | test-assembler-x64.cc | 702 OFStream os(stdout); in TEST() 742 OFStream os(stdout); in TEST() 968 OFStream os(stdout); in TEST() 1194 OFStream os(stdout); in TEST() 1269 OFStream os(stdout); in TEST() 1354 OFStream os(stdout); in TEST() 1593 OFStream os(stdout); in TEST() 1785 OFStream os(stdout); in TEST() 1845 OFStream os(stdout); in TEST() 1905 OFStream os(stdout); in TEST() [all …]
|
/external/v8/src/compiler/ |
D | pipeline.cc | 355 OFStream json_of(json_file); in TraceSchedule() 368 OFStream os(stdout); in TraceSchedule() 1012 OFStream json_of(json_file); in Run() 1019 OFStream os(stdout); in Run() 1074 OFStream json_of(json_file); in GenerateCode() 1102 OFStream os(stdout); in GenerateCode() 1236 OFStream json_of(json_file); in GenerateCodeForCodeStub() 1366 OFStream json_of(json_file); in ScheduleAndGenerateCode() 1383 OFStream os(stdout); in ScheduleAndGenerateCode() 1422 OFStream os(stdout); in AllocateRegisters() [all …]
|
D | graph-trimmer.cc | 36 OFStream os(stdout); in TrimGraph()
|
D | instruction.cc | 64 OFStream os(stdout); in Print() 182 OFStream os(stdout); in Print() 302 OFStream os(stdout); in Print() 808 OFStream os(stdout); in Print()
|
D | schedule.cc | 175 OFStream os(stdout); in PlanNode() 186 OFStream os(stdout); in AddNode()
|
D | wasm-compiler.cc | 1842 OFStream os(stdout); in CompileJSToWasmWrapper() 1868 OFStream os(stdout); in CompileJSToWasmWrapper() 1920 OFStream os(stdout); in CompileWasmToJSWrapper() 1942 OFStream os(stdout); in CompileWasmToJSWrapper() 1958 OFStream os(stdout); in CompileWasmFunction() 1992 OFStream os(stdout); in CompileWasmFunction() 2021 OFStream os(stdout); in CompileWasmFunction()
|
/external/v8/src/crankshaft/ |
D | hydrogen-gvn.cc | 459 OFStream os(stdout); in ComputeGlobalVar() 481 OFStream os(stdout); in ComputeInobjectField() 576 OFStream os(stdout); in LoopInvariantCodeMotion() 595 OFStream os(stdout); in ProcessLoopBlock() 606 OFStream os(stdout); in ProcessLoopBlock() 845 OFStream os(stdout); in AnalyzeGraph()
|
D | hydrogen-dce.cc | 35 OFStream os(stdout); in PrintLive()
|
/external/v8/test/unittests/compiler/ |
D | move-optimizer-unittest.cc | 47 OFStream os(stdout); in Optimize() 55 OFStream os(stdout); in Optimize()
|
D | control-equivalence-unittest.cc | 33 OFStream os(stdout); in ComputeEquivalence()
|
D | loop-peeling-unittest.cc | 64 OFStream os(stdout); in GetLoopTree() 84 OFStream os(stdout); in Peel()
|
/external/v8/src/ic/ |
D | access-compiler.cc | 21 OFStream os(stdout); in GetCodeWithFlags()
|
/external/v8/test/cctest/wasm/ |
D | wasm-run-utils.h | 216 OFStream os(stdout); in TestBuildingGraph() 266 OFStream os(stdout); in Compile()
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 278 OFStream os(stdout); in RUNTIME_FUNCTION() 405 OFStream os(stdout); in RUNTIME_FUNCTION()
|