HomeSort by relevance Sort by last modified time
    Searched refs:trace_scope_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
deoptimizer.cc 452 trace_scope_(nullptr) {
486 trace_scope_ = TraceEnabledFor(frame_type)
515 function_->ShortPrint(trace_scope_->file());
517 PrintF(trace_scope_->file(),
526 delete trace_scope_;
686 if (trace_scope_ != NULL) {
688 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ",
691 PrintF(trace_scope_->file(),
698 compiled_code_->PrintDeoptLocation(trace_scope_->file(), from_);
711 trace_scope_ == nullptr ? nullptr : trace_scope_->file())
    [all...]
deoptimizer.h 665 CodeTracer::Scope* trace_scope_; member in class:v8::internal::Deoptimizer
    [all...]

Completed in 53 milliseconds