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 454 trace_scope_(nullptr) {
488 trace_scope_ = TraceEnabledFor(frame_type)
517 function_->ShortPrint(trace_scope_->file());
519 PrintF(trace_scope_->file(),
528 delete trace_scope_;
693 if (trace_scope_ != NULL) {
695 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ",
698 PrintF(trace_scope_->file(),
705 compiled_code_->PrintDeoptLocation(trace_scope_->file(), from_);
718 trace_scope_ == nullptr ? nullptr : trace_scope_->file())
    [all...]
deoptimizer.h 627 CodeTracer::Scope* trace_scope_; member in class:v8::internal::Deoptimizer
    [all...]

Completed in 999 milliseconds