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

  /external/v8/src/
log.cc 560 if (FLAG_log) UncheckedStringEvent(name, value);
573 if (FLAG_log) UncheckedIntEvent(name, value);
578 if (FLAG_log) UncheckedIntPtrTEvent(name, value);
801 if (!log_->IsEnabled() || !FLAG_log) return;
810 if (!log_->IsEnabled() || !FLAG_log) return;
    [all...]
log-utils.cc 81 bool open_log_file = FLAG_log || FLAG_log_runtime || FLAG_log_api
  /external/v8/test/cctest/
test-log.cc 32 : saved_log_(i::FLAG_log),
51 i::FLAG_log = saved_log_;
66 i::FLAG_log = true;

Completed in 75 milliseconds