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 531 trace_scope_(nullptr) {
560 trace_scope_ = TraceEnabledFor(type, frame_type) ?
597 function_->ShortPrint(trace_scope_->file());
599 PrintF(trace_scope_->file(),
608 delete trace_scope_;
716 if (trace_scope_ != NULL) {
718 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ",
721 PrintF(trace_scope_->file(),
728 compiled_code_->PrintDeoptLocation(trace_scope_->file(), from_);
741 trace_scope_ == nullptr ? nullptr : trace_scope_->file())
    [all...]
deoptimizer.h 693 CodeTracer::Scope* trace_scope_; member in class:v8::internal::Deoptimizer
    [all...]

Completed in 52 milliseconds