Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc38 trace_scope_(trace_scope), in FrameWriter()
44 if (trace_scope_ != nullptr) { in PushRawValue()
52 if (trace_scope_ != nullptr) { in PushRawObject()
81 if (trace_scope_) { in PushTranslatedValue()
82 PrintF(trace_scope_->file(), " (input #%d)\n", iterator.input_index()); in PushTranslatedValue()
105 if (trace_scope_ != nullptr) { in DebugPrintOutputValue()
106 PrintF(trace_scope_->file(), in DebugPrintOutputValue()
114 if (trace_scope_ != nullptr) { in DebugPrintOutputObject()
115 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ", in DebugPrintOutputObject()
121 obj->ShortPrint(trace_scope_->file()); in DebugPrintOutputObject()
[all …]
Ddeoptimizer.h640 CodeTracer::Scope* trace_scope_; variable