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

  /external/v8/src/
log.cc 189 Sampler(interval, FLAG_prof), window_(NULL), profiler_(NULL) {}
446 if (!Log::IsEnabled() || !FLAG_prof) return;
461 if (!Log::IsEnabled() || !FLAG_prof) return;
1117 if (!Log::IsEnabled() || !FLAG_prof) return;
    [all...]
  /external/v8/test/cctest/
test-log.cc 180 saved_prof_(i::FLAG_prof),
194 i::FLAG_prof = saved_prof_;
204 i::FLAG_prof = true;
    [all...]

Completed in 38 milliseconds