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

  /external/v8/src/
log.cc 691 if (!log_->IsEnabled() || !FLAG_log_code) return;
706 if (!log_->IsEnabled() || !FLAG_log_code) return;
716 if (!log_->IsEnabled() || !FLAG_log_code) return;
726 if (!log_->IsEnabled() || !FLAG_log_code) return;
738 if (!log_->IsEnabled() || !FLAG_log_code) return;
791 if (!log_->IsEnabled() || !FLAG_log_code) return;
821 if (!log_->IsEnabled() || !FLAG_log_code) return;
847 if (!log_->IsEnabled() || !FLAG_log_code) return;
863 if (!log_->IsEnabled() || !FLAG_log_code || !FLAG_ll_prof) return;
874 if (!log_->IsEnabled() || !FLAG_log_code) return
    [all...]
log-utils.cc 153 FLAG_log_code = true;
161 if (FLAG_prof) FLAG_log_code = true;
165 FLAG_log_code = false;
170 || FLAG_log_code || FLAG_log_gc || FLAG_log_handles || FLAG_log_suspect
cpu-profiler.cc 513 bool saved_log_code_flag = FLAG_log_code;
514 FLAG_log_code = true;
516 FLAG_log_code = saved_log_code_flag;
mksnapshot.cc 210 i::FLAG_log_code = true;
isolate.cc 823 if (des != NULL && FLAG_log_code) {
  /external/v8/test/cctest/
test-log.cc     [all...]

Completed in 143 milliseconds