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

  /external/chromium_org/v8/src/
deoptimizer.cc 576 trace_scope_(NULL) {
606 trace_scope_ = TraceEnabledFor(type, frame_type) ?
640 function_->PrintName(trace_scope_->file());
642 PrintF(trace_scope_->file(),
651 delete trace_scope_;
763 if (trace_scope_ != NULL) {
765 PrintF(trace_scope_->file(),
770 PrintF(trace_scope_->file(),
777 compiled_code_->PrintDeoptLocation(trace_scope_->file(), bailout_id_);
851 if (trace_scope_ != NULL)
    [all...]
deoptimizer.h 449 CodeTracer::Scope* trace_scope_; member in class:v8::internal::Deoptimizer

Completed in 193 milliseconds