Home
last modified time | relevance | path

Searched refs:trace_scope_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.h175 bool tracing_enabled() const { return trace_scope_ != nullptr; } in tracing_enabled()
179 CodeTracer::Scope* trace_scope() const { return trace_scope_; } in trace_scope()
234 CodeTracer::Scope* const trace_scope_; member in v8::internal::Deoptimizer::CodeTracer
H A Ddeoptimizer.cc49 trace_scope_(trace_scope), in FrameWriter()
54 if (trace_scope_ != nullptr) { in PushRawValue()
62 if (trace_scope_ != nullptr) { in PushRawObject()
98 if (trace_scope_ != nullptr) { in PushTranslatedValue()
99 PrintF(trace_scope_->file(), " (input #%d)\n", iterator.input_index()); in PushTranslatedValue()
135 if (trace_scope_ != nullptr) { in DebugPrintOutputValue()
136 PrintF(trace_scope_->file(), in DebugPrintOutputValue()
144 if (trace_scope_ != nullptr) { in DebugPrintOutputPc()
145 PrintF(trace_scope_->file(), in DebugPrintOutputPc()
158 if (trace_scope_ ! in DebugPrintOutputObject()
173 CodeTracer::Scope* const trace_scope_; global() member in v8::internal::FrameWriter::CodeTracer
[all...]

Completed in 2 milliseconds